color codes Logo

#d12bab color codes

#D12BAB
(209,43,171)
0 Favorites   0 Comments

Color spaces of #d12bab

RGB 20943171
HSL0.870.660.49
HSV314°79°82°
CMYK 0.000.790.18   0.18
XYZ34.509118.223340.2267
Yxy18.22330.37120.1960
Hunter Lab42.688869.5920-25.9883
CIE-Lab49.765873.2255-30.1204

#d12bab color RGB value is (209,43,171).

#d12bab hex color red value is 209, green value is 43 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d12bab hue: 0.87 , saturation: 0.66 and the lightness value of d12bab is 0.49.

The process color (four color CMYK) of #d12bab color code is 0.00, 0.79, 0.18, 0.18. Web safe color of #d12bab is #cc3399. Color #d12bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101011 10101011
Octal 321 53 253
Decimal 209 43 171
Hex D1 2B AB

RGB Percentages of Color #d12bab

%49.41
%10.17
%40.43

CMYK Percentages of Color #d12bab

%0
%79
%18
%18

Triadic Colors of #d12bab

#d12bab #abd12b #2babd1

Analogous Colors of #d12bab

#d12bab #d12b58 #a42bd1

Monochromatic Colors of #d12bab

#d12bab

Complementary Color

#d12bab #2bd151

#d12bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12bab Color CSS Codes

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

#d12bab Text Font Color

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

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


#d12bab Background Color

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

This div background color is #d12bab


#d12bab Border Color

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

This div border color is #d12bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12bab


Comments

No comments written yet.

Please login to write comment.