Color Hex Logo

#d12abe Color Hex

#D12ABE
(209,42,190)
0 Favorites   0 Comments

Color spaces of #d12abe

RGB 20942190
HSL0.850.670.49
HSV307°80°82°
CMYK 0.000.800.09   0.18
XYZ36.416718.928950.4495
Yxy18.92890.34420.1789
Hunter Lab43.507473.2709-38.2953
CIE-Lab50.603976.0681-39.9269

#d12abe color RGB value is (209,42,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101010 10111110
Octal 321 52 276
Decimal 209 42 190
Hex D1 2A BE

RGB Percentages of Color #d12abe

%47.39
%9.52
%43.08

CMYK Percentages of Color #d12abe

%0
%80
%9
%18

Triadic Colors of #d12abe

#d12abe #bed12a #2abed1

Analogous Colors of #d12abe

#d12abe #d12a6b #912ad1

Monochromatic Colors of #d12abe

#d12abe

Complementary Color

#d12abe #2ad13d

#d12abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12abe Color CSS Codes

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

#d12abe Text Font Color

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

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


#d12abe Background Color

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

This div background color is #d12abe


#d12abe Border Color

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

This div border color is #d12abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12abe


Comments

No comments written yet.

Please login to write comment.