Color Hex Logo

#d539cb Color Hex

#D539CB
(213,57,203)
0 Favorites   0 Comments

Color spaces of #d539cb

RGB 21357203
HSL0.840.650.53
HSV304°73°84°
CMYK 0.000.730.05   0.16
XYZ39.683221.384258.5359
Yxy21.38420.33180.1788
Hunter Lab46.243172.2534-42.6810
CIE-Lab53.367474.7050-43.0248

#d539cb color RGB value is (213,57,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111001 11001011
Octal 325 71 313
Decimal 213 57 203
Hex D5 39 CB

RGB Percentages of Color #d539cb

%45.03
%12.05
%42.92

CMYK Percentages of Color #d539cb

%0
%73
%5
%16

Triadic Colors of #d539cb

#d539cb #cbd539 #39cbd5

Analogous Colors of #d539cb

#d539cb #d5397d #9139d5

Monochromatic Colors of #d539cb

#d539cb

Complementary Color

#d539cb #39d543

#d539cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d539cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d539cb Color CSS Codes

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

#d539cb Text Font Color

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

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


#d539cb Background Color

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

This div background color is #d539cb


#d539cb Border Color

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

This div border color is #d539cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d539cb


Comments

No comments written yet.

Please login to write comment.