Color Hex Logo

#d358dc Color Hex

#D358DC
(211,88,220)
0 Favorites   0 Comments

Color spaces of #d358dc

RGB 21188220
HSL0.820.650.60
HSV296°60°86°
CMYK 0.040.600.00   0.14
XYZ43.272025.995670.4471
Yxy25.99560.30970.1861
Hunter Lab50.985962.2687-46.2308
CIE-Lab58.032965.5373-45.3378

#d358dc color RGB value is (211,88,220).

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

The process color (four color CMYK) of #d358dc color hex is 0.04, 0.60, 0.00, 0.14. Web safe color of #d358dc is #cc66cc. Color #d358dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011000 11011100
Octal 323 130 334
Decimal 211 88 220
Hex D3 58 DC

RGB Percentages of Color #d358dc

%40.66
%16.96
%42.39

CMYK Percentages of Color #d358dc

%4
%60
%0
%14

Triadic Colors of #d358dc

#d358dc #dcd358 #58dcd3

Analogous Colors of #d358dc

#d358dc #dc58a3 #9158dc

Monochromatic Colors of #d358dc

#d358dc

Complementary Color

#d358dc #61dc58

#d358dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d358dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d358dc Color CSS Codes

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

#d358dc Text Font Color

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

This sample text font color is #d358dc
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.


#d358dc Background Color

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

This div background color is #d358dc


#d358dc Border Color

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

This div border color is #d358dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d358dc


Comments

No comments written yet.

Please login to write comment.