Color Hex Logo

#d62aab Color Hex

#D62AAB
(214,42,171)
0 Favorites   0 Comments

Color spaces of #d62aab

RGB 21442171
HSL0.880.680.50
HSV315°80°84°
CMYK 0.000.800.20   0.16
XYZ35.910218.892340.2820
Yxy18.89230.37770.1987
Hunter Lab43.465371.4091-24.5221
CIE-Lab50.561074.5617-28.8152

#d62aab color RGB value is (214,42,171).

#d62aab hex color red value is 214, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d62aab hue: 0.88 , saturation: 0.68 and the lightness value of d62aab is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00101010 10101011
Octal 326 52 253
Decimal 214 42 171
Hex D6 2A AB

RGB Percentages of Color #d62aab

%50.12
%9.84
%40.05

CMYK Percentages of Color #d62aab

%0
%80
%20
%16

Triadic Colors of #d62aab

#d62aab #abd62a #2aabd6

Analogous Colors of #d62aab

#d62aab #d62a55 #ab2ad6

Monochromatic Colors of #d62aab

#d62aab

Complementary Color

#d62aab #2ad655

#d62aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d62aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d62aab Color CSS Codes

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

#d62aab Text Font Color

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

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


#d62aab Background Color

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

This div background color is #d62aab


#d62aab Border Color

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

This div border color is #d62aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d62aab


Comments

No comments written yet.

Please login to write comment.