Color Hex Logo

#d12abb Color Hex

#D12ABB
(209,42,187)
0 Favorites   0 Comments

Color spaces of #d12abb

RGB 20942187
HSL0.860.670.49
HSV308°80°82°
CMYK 0.000.800.11   0.18
XYZ36.092118.799148.7400
Yxy18.79910.34830.1814
Hunter Lab43.357972.7110-36.2992
CIE-Lab50.451375.6436-38.4218

#d12abb color RGB value is (209,42,187).

#d12abb hex color red value is 209, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d12abb hue: 0.86 , saturation: 0.67 and the lightness value of d12abb is 0.49.

The process color (four color CMYK) of #d12abb color hex is 0.00, 0.80, 0.11, 0.18. Web safe color of #d12abb is #cc33cc. Color #d12abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101010 10111011
Octal 321 52 273
Decimal 209 42 187
Hex D1 2A BB

RGB Percentages of Color #d12abb

%47.72
%9.59
%42.69

CMYK Percentages of Color #d12abb

%0
%80
%11
%18

Triadic Colors of #d12abb

#d12abb #bbd12a #2abbd1

Analogous Colors of #d12abb

#d12abb #d12a68 #942ad1

Monochromatic Colors of #d12abb

#d12abb

Complementary Color

#d12abb #2ad140

#d12abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12abb Color CSS Codes

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

#d12abb Text Font Color

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

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


#d12abb Background Color

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

This div background color is #d12abb


#d12abb Border Color

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

This div border color is #d12abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,42,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d12abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12abb


Comments

No comments written yet.

Please login to write comment.