Color Hex Logo

#d702cc Color Hex

#D702CC
(215,2,204)
0 Favorites   0 Comments

Color spaces of #d702cc

RGB 2152204
HSL0.840.980.43
HSV303°99°84°
CMYK 0.000.990.05   0.16
XYZ38.945118.850158.7125
Yxy18.85010.33430.1618
Hunter Lab43.416784.1366-49.7863
CIE-Lab50.511484.6842-48.1124

#d702cc color RGB value is (215,2,204).

#d702cc hex color red value is 215, green value is 2 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d702cc hue: 0.84 , saturation: 0.98 and the lightness value of d702cc is 0.43.

The process color (four color CMYK) of #d702cc color hex is 0.00, 0.99, 0.05, 0.16. Web safe color of #d702cc is #cc00cc. Color #d702cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000010 11001100
Octal 327 2 314
Decimal 215 2 204
Hex D7 2 CC

RGB Percentages of Color #d702cc

%51.07
%0.48
%48.46

CMYK Percentages of Color #d702cc

%0
%99
%5
%16

Triadic Colors of #d702cc

#d702cc #ccd702 #02ccd7

Analogous Colors of #d702cc

#d702cc #d70261 #7802d7

Monochromatic Colors of #d702cc

#d702cc

Complementary Color

#d702cc #02d70d

#d702cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d702cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d702cc Color CSS Codes

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

#d702cc Text Font Color

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

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


#d702cc Background Color

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

This div background color is #d702cc


#d702cc Border Color

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

This div border color is #d702cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,2,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d702cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d702cc;
  -webkit-box-shadow: 1px 1px 3px 2px #d702cc;
  box-shadow:         1px 1px 3px 2px #d702cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d702cc


Comments

No comments written yet.

Please login to write comment.