Color Hex Logo

#d574cd Color Hex

#D574CD
(213,116,205)
0 Favorites   0 Comments

Color spaces of #d574cd

RGB 213116205
HSL0.850.540.65
HSV305°46°84°
CMYK 0.000.460.04   0.16
XYZ44.705431.044761.3936
Yxy31.04470.32600.2264
Hunter Lab55.717845.7142-26.3273
CIE-Lab62.545350.2881-29.8052

#d574cd color RGB value is (213,116,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110100 11001101
Octal 325 164 315
Decimal 213 116 205
Hex D5 74 CD

RGB Percentages of Color #d574cd

%39.89
%21.72
%38.39

CMYK Percentages of Color #d574cd

%0
%46
%4
%16

Triadic Colors of #d574cd

#d574cd #cdd574 #74cdd5

Analogous Colors of #d574cd

#d574cd #d5749d #ad74d5

Monochromatic Colors of #d574cd

#d574cd

Complementary Color

#d574cd #74d57c

#d574cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d574cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d574cd Color CSS Codes

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

#d574cd Text Font Color

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

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


#d574cd Background Color

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

This div background color is #d574cd


#d574cd Border Color

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

This div border color is #d574cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d574cd


Comments

No comments written yet.

Please login to write comment.