Color Hex Logo

#d539df Color Hex

#D539DF
(213,57,223)
0 Favorites   0 Comments

Color spaces of #d539df

RGB 21357223
HSL0.820.720.55
HSV296°74°87°
CMYK 0.040.740.00   0.13
XYZ42.223022.400171.9103
Yxy22.40010.30930.1641
Hunter Lab47.328776.4184-56.9539
CIE-Lab54.449077.8515-52.7064

#d539df color RGB value is (213,57,223).

#d539df hex color red value is 213, green value is 57 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d539df hue: 0.82 , saturation: 0.72 and the lightness value of d539df is 0.55.

The process color (four color CMYK) of #d539df color hex is 0.04, 0.74, 0.00, 0.13. Web safe color of #d539df is #cc33cc. Color #d539df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111001 11011111
Octal 325 71 337
Decimal 213 57 223
Hex D5 39 DF

RGB Percentages of Color #d539df

%43.20
%11.56
%45.23

CMYK Percentages of Color #d539df

%4
%74
%0
%13

Triadic Colors of #d539df

#d539df #dfd539 #39dfd5

Analogous Colors of #d539df

#d539df #df3996 #8239df

Monochromatic Colors of #d539df

#d539df

Complementary Color

#d539df #43df39

#d539df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d539df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d539df Color CSS Codes

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

#d539df Text Font Color

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

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


#d539df Background Color

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

This div background color is #d539df


#d539df Border Color

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

This div border color is #d539df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d539df


Comments

No comments written yet.

Please login to write comment.