Color Hex Logo

#d21eab Color Hex

#D21EAB
(210,30,171)
0 Favorites   0 Comments

Color spaces of #d21eab

RGB 21030171
HSL0.870.750.47
HSV313°86°82°
CMYK 0.000.860.19   0.18
XYZ34.393317.570540.1068
Yxy17.57050.37360.1908
Hunter Lab41.917273.1053-27.3873
CIE-Lab48.971076.2522-31.3481

#d21eab color RGB value is (210,30,171).

#d21eab hex color red value is 210, green value is 30 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d21eab hue: 0.87 , saturation: 0.75 and the lightness value of d21eab is 0.47.

The process color (four color CMYK) of #d21eab color hex is 0.00, 0.86, 0.19, 0.18. Web safe color of #d21eab is #cc3399. Color #d21eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011110 10101011
Octal 322 36 253
Decimal 210 30 171
Hex D2 1E AB

RGB Percentages of Color #d21eab

%51.09
%7.30
%41.61

CMYK Percentages of Color #d21eab

%0
%86
%19
%18

Triadic Colors of #d21eab

#d21eab #abd21e #1eabd2

Analogous Colors of #d21eab

#d21eab #d21e51 #9f1ed2

Monochromatic Colors of #d21eab

#d21eab

Complementary Color

#d21eab #1ed245

#d21eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21eab Color CSS Codes

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

#d21eab Text Font Color

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

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


#d21eab Background Color

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

This div background color is #d21eab


#d21eab Border Color

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

This div border color is #d21eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21eab


Comments

No comments written yet.

Please login to write comment.