Color Hex Logo

#d21bab Color Hex

#D21BAB
(210,27,171)
0 Favorites   0 Comments

Color spaces of #d21bab

RGB 21027171
HSL0.870.770.46
HSV313°87°82°
CMYK 0.000.870.19   0.18
XYZ34.321017.425840.0827
Yxy17.42580.37370.1898
Hunter Lab41.744273.7056-27.7092
CIE-Lab48.792176.7732-31.6278

#d21bab color RGB value is (210,27,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011011 10101011
Octal 322 33 253
Decimal 210 27 171
Hex D2 1B AB

RGB Percentages of Color #d21bab

%51.47
%6.62
%41.91

CMYK Percentages of Color #d21bab

%0
%87
%19
%18

Triadic Colors of #d21bab

#d21bab #abd21b #1babd2

Analogous Colors of #d21bab

#d21bab #d21b50 #9e1bd2

Monochromatic Colors of #d21bab

#d21bab

Complementary Color

#d21bab #1bd242

#d21bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d21bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d21bab Color CSS Codes

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

#d21bab Text Font Color

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

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


#d21bab Background Color

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

This div background color is #d21bab


#d21bab Border Color

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

This div border color is #d21bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d21bab


Comments

No comments written yet.

Please login to write comment.