Color Hex Logo

#d539ab Color Hex

#D539AB
(213,57,171)
0 Favorites   0 Comments

Color spaces of #d539ab

RGB 21357171
HSL0.880.650.53
HSV316°73°84°
CMYK 0.000.730.20   0.16
XYZ36.254420.012740.4801
Yxy20.01270.37470.2069
Hunter Lab44.735666.3720-22.3352
CIE-Lab51.851670.1500-26.8250

#d539ab color RGB value is (213,57,171).

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

The process color (four color CMYK) of #d539ab color hex is 0.00, 0.73, 0.20, 0.16. Web safe color of #d539ab is #cc3399. Color #d539ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111001 10101011
Octal 325 71 253
Decimal 213 57 171
Hex D5 39 AB

RGB Percentages of Color #d539ab

%48.30
%12.93
%38.78

CMYK Percentages of Color #d539ab

%0
%73
%20
%16

Triadic Colors of #d539ab

#d539ab #abd539 #39abd5

Analogous Colors of #d539ab

#d539ab #d5395d #b139d5

Monochromatic Colors of #d539ab

#d539ab

Complementary Color

#d539ab #39d563

#d539ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d539ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d539ab Color CSS Codes

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

#d539ab Text Font Color

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

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


#d539ab Background Color

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

This div background color is #d539ab


#d539ab Border Color

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

This div border color is #d539ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d539ab


Comments

No comments written yet.

Please login to write comment.