Color Hex Logo

#d571cd Color Hex

#D571CD
(213,113,205)
0 Favorites   0 Comments

Color spaces of #d571cd

RGB 213113205
HSL0.850.540.64
HSV305°47°84°
CMYK 0.000.470.04   0.16
XYZ44.365130.364261.2802
Yxy30.36420.32620.2233
Hunter Lab55.103747.2824-27.3631
CIE-Lab61.967251.7909-30.7003

#d571cd color RGB value is (213,113,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110001 11001101
Octal 325 161 315
Decimal 213 113 205
Hex D5 71 CD

RGB Percentages of Color #d571cd

%40.11
%21.28
%38.61

CMYK Percentages of Color #d571cd

%0
%47
%4
%16

Triadic Colors of #d571cd

#d571cd #cdd571 #71cdd5

Analogous Colors of #d571cd

#d571cd #d5719b #ab71d5

Monochromatic Colors of #d571cd

#d571cd

Complementary Color

#d571cd #71d579

#d571cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d571cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d571cd Color CSS Codes

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

#d571cd Text Font Color

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

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


#d571cd Background Color

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

This div background color is #d571cd


#d571cd Border Color

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

This div border color is #d571cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d571cd


Comments

No comments written yet.

Please login to write comment.