Color Hex Logo

#d659cd Color Hex

#D659CD
(214,89,205)
0 Favorites   0 Comments

Color spaces of #d659cd

RGB 21489205
HSL0.850.600.59
HSV304°58°84°
CMYK 0.000.580.04   0.16
XYZ42.323425.848760.5162
Yxy25.84870.32890.2009
Hunter Lab50.841659.6205-34.9831
CIE-Lab57.893263.3080-37.0354

#d659cd color RGB value is (214,89,205).

#d659cd hex color red value is 214, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d659cd hue: 0.85 , saturation: 0.60 and the lightness value of d659cd is 0.59.

The process color (four color CMYK) of #d659cd color hex is 0.00, 0.58, 0.04, 0.16. Web safe color of #d659cd is #cc66cc. Color #d659cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011001 11001101
Octal 326 131 315
Decimal 214 89 205
Hex D6 59 CD

RGB Percentages of Color #d659cd

%42.13
%17.52
%40.35

CMYK Percentages of Color #d659cd

%0
%58
%4
%16

Triadic Colors of #d659cd

#d659cd #cdd659 #59cdd6

Analogous Colors of #d659cd

#d659cd #d6598f #a159d6

Monochromatic Colors of #d659cd

#d659cd

Complementary Color

#d659cd #59d662

#d659cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d659cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d659cd Color CSS Codes

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

#d659cd Text Font Color

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

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


#d659cd Background Color

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

This div background color is #d659cd


#d659cd Border Color

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

This div border color is #d659cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,89,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d659cd


Comments

No comments written yet.

Please login to write comment.