Color Hex Logo

#d72dcd Color Hex

#D72DCD
(215,45,205)
0 Favorites   0 Comments

Color spaces of #d72dcd

RGB 21545205
HSL0.840.680.51
HSV304°79°84°
CMYK 0.000.790.05   0.16
XYZ39.982220.731659.6519
Yxy20.73160.33220.1722
Hunter Lab45.532077.0622-45.8041
CIE-Lab52.654578.7143-45.2810

#d72dcd color RGB value is (215,45,205).

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

The process color (four color CMYK) of #d72dcd color hex is 0.00, 0.79, 0.05, 0.16. Web safe color of #d72dcd is #cc33cc. Color #d72dcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101101 11001101
Octal 327 55 315
Decimal 215 45 205
Hex D7 2D CD

RGB Percentages of Color #d72dcd

%46.24
%9.68
%44.09

CMYK Percentages of Color #d72dcd

%0
%79
%5
%16

Triadic Colors of #d72dcd

#d72dcd #cdd72d #2dcdd7

Analogous Colors of #d72dcd

#d72dcd #d72d78 #8c2dd7

Monochromatic Colors of #d72dcd

#d72dcd

Complementary Color

#d72dcd #2dd737

#d72dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72dcd Color CSS Codes

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

#d72dcd Text Font Color

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

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


#d72dcd Background Color

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

This div background color is #d72dcd


#d72dcd Border Color

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

This div border color is #d72dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72dcd


Comments

No comments written yet.

Please login to write comment.