Color Hex Logo

#d704cd Color Hex

#D704CD
(215,4,205)
0 Favorites   0 Comments

Color spaces of #d704cd

RGB 2154205
HSL0.840.960.43
HSV303°98°84°
CMYK 0.000.980.05   0.16
XYZ39.087218.941759.3536
Yxy18.94170.33300.1614
Hunter Lab43.522184.1474-50.3918
CIE-Lab50.618984.6717-48.5173

#d704cd color RGB value is (215,4,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000100 11001101
Octal 327 4 315
Decimal 215 4 205
Hex D7 4 CD

RGB Percentages of Color #d704cd

%50.71
%0.94
%48.35

CMYK Percentages of Color #d704cd

%0
%98
%5
%16

Triadic Colors of #d704cd

#d704cd #cdd704 #04cdd7

Analogous Colors of #d704cd

#d704cd #d70464 #7804d7

Monochromatic Colors of #d704cd

#d704cd

Complementary Color

#d704cd #04d70e

#d704cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d704cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d704cd Color CSS Codes

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

#d704cd Text Font Color

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

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


#d704cd Background Color

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

This div background color is #d704cd


#d704cd Border Color

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

This div border color is #d704cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d704cd


Comments

No comments written yet.

Please login to write comment.