Color Hex Logo

#d702cd Color Hex

#D702CD
(215,2,205)
0 Favorites   0 Comments

Color spaces of #d702cd

RGB 2152205
HSL0.840.980.43
HSV303°99°84°
CMYK 0.000.990.05   0.16
XYZ39.065518.898359.3464
Yxy18.89830.33300.1611
Hunter Lab43.472284.3296-50.5097
CIE-Lab50.568084.8224-48.5985

#d702cd color RGB value is (215,2,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000010 11001101
Octal 327 2 315
Decimal 215 2 205
Hex D7 2 CD

RGB Percentages of Color #d702cd

%50.95
%0.47
%48.58

CMYK Percentages of Color #d702cd

%0
%99
%5
%16

Triadic Colors of #d702cd

#d702cd #cdd702 #02cdd7

Analogous Colors of #d702cd

#d702cd #d70262 #7702d7

Monochromatic Colors of #d702cd

#d702cd

Complementary Color

#d702cd #02d70c

#d702cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d702cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d702cd Color CSS Codes

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

#d702cd Text Font Color

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

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


#d702cd Background Color

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

This div background color is #d702cd


#d702cd Border Color

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

This div border color is #d702cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d702cd


Comments

No comments written yet.

Please login to write comment.