Color Hex Logo

#d522ab Color Hex

#D522AB
(213,34,171)
0 Favorites   0 Comments

Color spaces of #d522ab

RGB 21334171
HSL0.870.720.48
HSV314°84°84°
CMYK 0.000.840.20   0.16
XYZ35.363318.230540.1831
Yxy18.23050.37710.1944
Hunter Lab42.697273.1198-25.9109
CIE-Lab49.774576.1073-30.0536

#d522ab color RGB value is (213,34,171).

#d522ab hex color red value is 213, green value is 34 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d522ab hue: 0.87 , saturation: 0.72 and the lightness value of d522ab is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100010 10101011
Octal 325 42 253
Decimal 213 34 171
Hex D5 22 AB

RGB Percentages of Color #d522ab

%50.96
%8.13
%40.91

CMYK Percentages of Color #d522ab

%0
%84
%20
%16

Triadic Colors of #d522ab

#d522ab #abd522 #22abd5

Analogous Colors of #d522ab

#d522ab #d52251 #a622d5

Monochromatic Colors of #d522ab

#d522ab

Complementary Color

#d522ab #22d54c

#d522ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d522ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d522ab Color CSS Codes

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

#d522ab Text Font Color

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

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


#d522ab Background Color

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

This div background color is #d522ab


#d522ab Border Color

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

This div border color is #d522ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d522ab


Comments

No comments written yet.

Please login to write comment.