Color Hex Logo

#d659ca Color Hex

#D659CA
(214,89,202)
0 Favorites   0 Comments

Color spaces of #d659ca

RGB 21489202
HSL0.850.600.59
HSV306°58°84°
CMYK 0.000.580.06   0.16
XYZ41.964625.705258.6269
Yxy25.70520.33230.2035
Hunter Lab50.700359.0188-33.0693
CIE-Lab57.756262.8165-35.5422

#d659ca color RGB value is (214,89,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011001 11001010
Octal 326 131 312
Decimal 214 89 202
Hex D6 59 CA

RGB Percentages of Color #d659ca

%42.38
%17.62
%40.00

CMYK Percentages of Color #d659ca

%0
%58
%6
%16

Triadic Colors of #d659ca

#d659ca #cad659 #59cad6

Analogous Colors of #d659ca

#d659ca #d6598c #a459d6

Monochromatic Colors of #d659ca

#d659ca

Complementary Color

#d659ca #59d665

#d659ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d659ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d659ca Color CSS Codes

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

#d659ca Text Font Color

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

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


#d659ca Background Color

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

This div background color is #d659ca


#d659ca Border Color

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

This div border color is #d659ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d659ca


Comments

No comments written yet.

Please login to write comment.