Color Hex Logo

#d358df Color Hex

#D358DF
(211,88,223)
0 Favorites   0 Comments

Color spaces of #d358df

RGB 21188223
HSL0.820.680.61
HSV295°61°87°
CMYK 0.050.610.00   0.13
XYZ43.673026.156072.5588
Yxy26.15600.30670.1837
Hunter Lab51.142962.9282-48.3174
CIE-Lab58.184866.0668-46.7873

#d358df color RGB value is (211,88,223).

#d358df hex color red value is 211, green value is 88 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d358df hue: 0.82 , saturation: 0.68 and the lightness value of d358df is 0.61.

The process color (four color CMYK) of #d358df color hex is 0.05, 0.61, 0.00, 0.13. Web safe color of #d358df is #cc66cc. Color #d358df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011000 11011111
Octal 323 130 337
Decimal 211 88 223
Hex D3 58 DF

RGB Percentages of Color #d358df

%40.42
%16.86
%42.72

CMYK Percentages of Color #d358df

%5
%61
%0
%13

Triadic Colors of #d358df

#d358df #dfd358 #58dfd3

Analogous Colors of #d358df

#d358df #df58a8 #9058df

Monochromatic Colors of #d358df

#d358df

Complementary Color

#d358df #64df58

#d358df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d358df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d358df Color CSS Codes

.mybgcolor {background-color:#d358df; } 
.myforecolor {color:#d358df; }
.mybordercolor {border:3px solid #d358df; }

#d358df Text Font Color

<p style="color:#d358df">Text here</p>

This sample text font color is #d358df
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d358df Background Color

<div style="background-color:#d358df">
Div content here</div>

This div background color is #d358df


#d358df Border Color

<div style="border:3px solid #d358df">
Div here</div>

This div border color is #d358df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,88,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d358df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d358df;
  -webkit-box-shadow: 1px 1px 3px 2px #d358df;
  box-shadow:         1px 1px 3px 2px #d358df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,88,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d358df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d358df;
  -webkit-box-shadow: 1px 1px 3px 2px #d358df;
  box-shadow:         1px 1px 3px 2px #d358df;">
Div content here</div>

This div box has shadow with color #d358df


Comments

No comments written yet.

Please login to write comment.