Color Hex Logo

#d359dc Color Hex

#D359DC
(211,89,220)
0 Favorites   0 Comments

Color spaces of #d359dc

RGB 21189220
HSL0.820.650.61
HSV296°60°86°
CMYK 0.040.600.00   0.14
XYZ43.354626.160970.4747
Yxy26.16090.30970.1869
Hunter Lab51.147761.7943-45.8902
CIE-Lab58.189565.1069-45.0904

#d359dc color RGB value is (211,89,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01011001 11011100
Octal 323 131 334
Decimal 211 89 220
Hex D3 59 DC

RGB Percentages of Color #d359dc

%40.58
%17.12
%42.31

CMYK Percentages of Color #d359dc

%4
%60
%0
%14

Triadic Colors of #d359dc

#d359dc #dcd359 #59dcd3

Analogous Colors of #d359dc

#d359dc #dc59a4 #9259dc

Monochromatic Colors of #d359dc

#d359dc

Complementary Color

#d359dc #62dc59

#d359dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d359dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d359dc Color CSS Codes

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

#d359dc Text Font Color

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

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


#d359dc Background Color

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

This div background color is #d359dc


#d359dc Border Color

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

This div border color is #d359dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,89,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 #d359dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d359dc


Comments

No comments written yet.

Please login to write comment.