Color Hex Logo

#d572be Color Hex

#D572BE
(213,114,190)
0 Favorites   0 Comments

Color spaces of #d572be

RGB 213114190
HSL0.870.540.64
HSV314°46°84°
CMYK 0.000.460.11   0.16
XYZ42.752129.898552.2329
Yxy29.89850.34230.2394
Hunter Lab54.679543.8741-18.3614
CIE-Lab61.566548.7593-22.8284

#d572be color RGB value is (213,114,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110010 10111110
Octal 325 162 276
Decimal 213 114 190
Hex D5 72 BE

RGB Percentages of Color #d572be

%41.20
%22.05
%36.75

CMYK Percentages of Color #d572be

%0
%46
%11
%16

Triadic Colors of #d572be

#d572be #bed572 #72bed5

Analogous Colors of #d572be

#d572be #d5728d #bb72d5

Monochromatic Colors of #d572be

#d572be

Complementary Color

#d572be #72d589

#d572be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d572be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d572be Color CSS Codes

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

#d572be Text Font Color

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

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


#d572be Background Color

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

This div background color is #d572be


#d572be Border Color

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

This div border color is #d572be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,114,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d572be


Comments

No comments written yet.

Please login to write comment.