Color Hex Logo

#d572dc Color Hex

#D572DC
(213,114,220)
0 Favorites   0 Comments

Color spaces of #d572dc

RGB 213114220
HSL0.820.600.65
HSV296°48°86°
CMYK 0.030.480.00   0.14
XYZ46.376231.348171.3166
Yxy31.34810.31120.2103
Hunter Lab55.989449.8708-36.3282
CIE-Lab62.800453.9738-37.8267

#d572dc color RGB value is (213,114,220).

#d572dc hex color red value is 213, green value is 114 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d572dc hue: 0.82 , saturation: 0.60 and the lightness value of d572dc is 0.65.

The process color (four color CMYK) of #d572dc color hex is 0.03, 0.48, 0.00, 0.14. Web safe color of #d572dc is #cc66cc. Color #d572dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110010 11011100
Octal 325 162 334
Decimal 213 114 220
Hex D5 72 DC

RGB Percentages of Color #d572dc

%38.94
%20.84
%40.22

CMYK Percentages of Color #d572dc

%3
%48
%0
%14

Triadic Colors of #d572dc

#d572dc #dcd572 #72dcd5

Analogous Colors of #d572dc

#d572dc #dc72ae #a072dc

Monochromatic Colors of #d572dc

#d572dc

Complementary Color

#d572dc #79dc72

#d572dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d572dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d572dc Color CSS Codes

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

#d572dc Text Font Color

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

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


#d572dc Background Color

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

This div background color is #d572dc


#d572dc Border Color

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

This div border color is #d572dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d572dc


Comments

No comments written yet.

Please login to write comment.