Color Hex Logo

#d72dcb Color Hex

#D72DCB
(215,45,203)
0 Favorites   0 Comments

Color spaces of #d72dcb

RGB 21545203
HSL0.850.680.51
HSV304°79°84°
CMYK 0.000.790.06   0.16
XYZ39.742220.635658.3883
Yxy20.63560.33460.1737
Hunter Lab45.426476.6680-44.4092
CIE-Lab52.548478.4207-44.3002

#d72dcb color RGB value is (215,45,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101101 11001011
Octal 327 55 313
Decimal 215 45 203
Hex D7 2D CB

RGB Percentages of Color #d72dcb

%46.44
%9.72
%43.84

CMYK Percentages of Color #d72dcb

%0
%79
%6
%16

Triadic Colors of #d72dcb

#d72dcb #cbd72d #2dcbd7

Analogous Colors of #d72dcb

#d72dcb #d72d76 #8e2dd7

Monochromatic Colors of #d72dcb

#d72dcb

Complementary Color

#d72dcb #2dd739

#d72dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72dcb Color CSS Codes

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

#d72dcb Text Font Color

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

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


#d72dcb Background Color

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

This div background color is #d72dcb


#d72dcb Border Color

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

This div border color is #d72dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72dcb


Comments

No comments written yet.

Please login to write comment.