Color Hex Logo

#d539cd Color Hex

#D539CD
(213,57,205)
0 Favorites   0 Comments

Color spaces of #d539cd

RGB 21357205
HSL0.840.650.53
HSV303°73°84°
CMYK 0.000.730.04   0.16
XYZ39.923121.480259.7995
Yxy21.48020.32940.1772
Hunter Lab46.346772.6532-44.0570
CIE-Lab53.471175.0098-44.0079

#d539cd color RGB value is (213,57,205).

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

The process color (four color CMYK) of #d539cd color hex is 0.00, 0.73, 0.04, 0.16. Web safe color of #d539cd is #cc33cc. Color #d539cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111001 11001101
Octal 325 71 315
Decimal 213 57 205
Hex D5 39 CD

RGB Percentages of Color #d539cd

%44.84
%12.00
%43.16

CMYK Percentages of Color #d539cd

%0
%73
%4
%16

Triadic Colors of #d539cd

#d539cd #cdd539 #39cdd5

Analogous Colors of #d539cd

#d539cd #d5397f #8f39d5

Monochromatic Colors of #d539cd

#d539cd

Complementary Color

#d539cd #39d541

#d539cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d539cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d539cd Color CSS Codes

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

#d539cd Text Font Color

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

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


#d539cd Background Color

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

This div background color is #d539cd


#d539cd Border Color

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

This div border color is #d539cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d539cd


Comments

No comments written yet.

Please login to write comment.