Color Hex Logo

#d572cd Color Hex

#D572CD
(213,114,205)
0 Favorites   0 Comments

Color spaces of #d572cd

RGB 213114205
HSL0.850.540.64
HSV305°46°84°
CMYK 0.000.460.04   0.16
XYZ44.477330.588561.3176
Yxy30.58850.32610.2243
Hunter Lab55.306946.7611-27.0188
CIE-Lab62.158751.2922-30.4037

#d572cd color RGB value is (213,114,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110010 11001101
Octal 325 162 315
Decimal 213 114 205
Hex D5 72 CD

RGB Percentages of Color #d572cd

%40.04
%21.43
%38.53

CMYK Percentages of Color #d572cd

%0
%46
%4
%16

Triadic Colors of #d572cd

#d572cd #cdd572 #72cdd5

Analogous Colors of #d572cd

#d572cd #d5729c #ac72d5

Monochromatic Colors of #d572cd

#d572cd

Complementary Color

#d572cd #72d57a

#d572cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d572cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d572cd Color CSS Codes

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

#d572cd Text Font Color

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

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


#d572cd Background Color

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

This div background color is #d572cd


#d572cd Border Color

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

This div border color is #d572cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d572cd


Comments

No comments written yet.

Please login to write comment.