Color Hex Logo

#d553ab Color Hex

#D553AB
(213,83,171)
0 Favorites   0 Comments

Color spaces of #d553ab

RGB 21383171
HSL0.890.610.58
HSV319°61°84°
CMYK 0.000.610.20   0.16
XYZ37.884523.272941.0235
Yxy23.27290.37080.2278
Hunter Lab48.242055.7528-16.6490
CIE-Lab55.352360.4157-21.4298

#d553ab color RGB value is (213,83,171).

#d553ab hex color red value is 213, green value is 83 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d553ab hue: 0.89 , saturation: 0.61 and the lightness value of d553ab is 0.58.

The process color (four color CMYK) of #d553ab color hex is 0.00, 0.61, 0.20, 0.16. Web safe color of #d553ab is #cc6699. Color #d553ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010011 10101011
Octal 325 123 253
Decimal 213 83 171
Hex D5 53 AB

RGB Percentages of Color #d553ab

%45.61
%17.77
%36.62

CMYK Percentages of Color #d553ab

%0
%61
%20
%16

Triadic Colors of #d553ab

#d553ab #abd553 #53abd5

Analogous Colors of #d553ab

#d553ab #d5536a #be53d5

Monochromatic Colors of #d553ab

#d553ab

Complementary Color

#d553ab #53d57d

#d553ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d553ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d553ab Color CSS Codes

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

#d553ab Text Font Color

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

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


#d553ab Background Color

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

This div background color is #d553ab


#d553ab Border Color

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

This div border color is #d553ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d553ab


Comments

No comments written yet.

Please login to write comment.