Color Hex Logo

#d572cb Color Hex

#D572CB
(213,114,203)
0 Favorites   0 Comments

Color spaces of #d572cb

RGB 213114203
HSL0.850.540.64
HSV306°46°84°
CMYK 0.000.460.05   0.16
XYZ44.237430.492660.0540
Yxy30.49260.32820.2262
Hunter Lab55.220146.3630-25.8261
CIE-Lab62.076950.9454-29.4022

#d572cb color RGB value is (213,114,203).

#d572cb hex color red value is 213, green value is 114 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d572cb hue: 0.85 , saturation: 0.54 and the lightness value of d572cb is 0.64.

The process color (four color CMYK) of #d572cb color hex is 0.00, 0.46, 0.05, 0.16. Web safe color of #d572cb is #cc66cc. Color #d572cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110010 11001011
Octal 325 162 313
Decimal 213 114 203
Hex D5 72 CB

RGB Percentages of Color #d572cb

%40.19
%21.51
%38.30

CMYK Percentages of Color #d572cb

%0
%46
%5
%16

Triadic Colors of #d572cb

#d572cb #cbd572 #72cbd5

Analogous Colors of #d572cb

#d572cb #d5729a #ae72d5

Monochromatic Colors of #d572cb

#d572cb

Complementary Color

#d572cb #72d57c

#d572cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d572cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d572cb Color CSS Codes

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

#d572cb Text Font Color

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

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


#d572cb Background Color

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

This div background color is #d572cb


#d572cb Border Color

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

This div border color is #d572cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d572cb


Comments

No comments written yet.

Please login to write comment.