Color Hex Logo

#d574dd Color Hex

#D574DD
(213,116,221)
0 Favorites   0 Comments

Color spaces of #d574dd

RGB 213116221
HSL0.820.610.66
HSV295°48°87°
CMYK 0.040.480.00   0.13
XYZ46.737131.857472.0924
Yxy31.85740.31020.2114
Hunter Lab56.442449.0328-36.2200
CIE-Lab63.224953.1627-37.7225

#d574dd color RGB value is (213,116,221).

#d574dd hex color red value is 213, green value is 116 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d574dd hue: 0.82 , saturation: 0.61 and the lightness value of d574dd is 0.66.

The process color (four color CMYK) of #d574dd color hex is 0.04, 0.48, 0.00, 0.13. Web safe color of #d574dd is #cc66cc. Color #d574dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110100 11011101
Octal 325 164 335
Decimal 213 116 221
Hex D5 74 DD

RGB Percentages of Color #d574dd

%38.73
%21.09
%40.18

CMYK Percentages of Color #d574dd

%4
%48
%0
%13

Triadic Colors of #d574dd

#d574dd #ddd574 #74ddd5

Analogous Colors of #d574dd

#d574dd #dd74b1 #a174dd

Monochromatic Colors of #d574dd

#d574dd

Complementary Color

#d574dd #7cdd74

#d574dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d574dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d574dd Color CSS Codes

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

#d574dd Text Font Color

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

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


#d574dd Background Color

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

This div background color is #d574dd


#d574dd Border Color

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

This div border color is #d574dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d574dd


Comments

No comments written yet.

Please login to write comment.