Color Hex Logo

#d607ca Color Hex

#D607CA
(214,7,202)
0 Favorites   0 Comments

Color spaces of #d607ca

RGB 2147202
HSL0.840.940.43
HSV303°97°84°
CMYK 0.000.970.06   0.16
XYZ38.468218.712457.4615
Yxy18.71240.33560.1632
Hunter Lab43.257883.0348-48.4773
CIE-Lab50.349083.8619-47.2278

#d607ca color RGB value is (214,7,202).

#d607ca hex color red value is 214, green value is 7 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d607ca hue: 0.84 , saturation: 0.94 and the lightness value of d607ca is 0.43.

The process color (four color CMYK) of #d607ca color hex is 0.00, 0.97, 0.06, 0.16. Web safe color of #d607ca is #cc00cc. Color #d607ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00000111 11001010
Octal 326 7 312
Decimal 214 7 202
Hex D6 7 CA

RGB Percentages of Color #d607ca

%50.59
%1.65
%47.75

CMYK Percentages of Color #d607ca

%0
%97
%6
%16

Triadic Colors of #d607ca

#d607ca #cad607 #07cad6

Analogous Colors of #d607ca

#d607ca #d60762 #7b07d6

Monochromatic Colors of #d607ca

#d607ca

Complementary Color

#d607ca #07d613

#d607ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d607ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d607ca Color CSS Codes

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

#d607ca Text Font Color

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

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


#d607ca Background Color

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

This div background color is #d607ca


#d607ca Border Color

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

This div border color is #d607ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d607ca


Comments

No comments written yet.

Please login to write comment.