Color Hex Logo

#d709cd Color Hex

#D709CD
(215,9,205)
0 Favorites   0 Comments

Color spaces of #d709cd

RGB 2159205
HSL0.840.920.44
HSV303°96°84°
CMYK 0.000.960.05   0.16
XYZ39.141519.050259.3717
Yxy19.05020.33290.1620
Hunter Lab43.646583.6945-50.0987
CIE-Lab50.745984.2966-48.3150

#d709cd color RGB value is (215,9,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001001 11001101
Octal 327 11 315
Decimal 215 9 205
Hex D7 9 CD

RGB Percentages of Color #d709cd

%50.12
%2.10
%47.79

CMYK Percentages of Color #d709cd

%0
%96
%5
%16

Triadic Colors of #d709cd

#d709cd #cdd709 #09cdd7

Analogous Colors of #d709cd

#d709cd #d70966 #7a09d7

Monochromatic Colors of #d709cd

#d709cd

Complementary Color

#d709cd #09d713

#d709cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d709cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d709cd Color CSS Codes

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

#d709cd Text Font Color

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

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


#d709cd Background Color

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

This div background color is #d709cd


#d709cd Border Color

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

This div border color is #d709cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d709cd


Comments

No comments written yet.

Please login to write comment.