Color Hex Logo

#d12bbe Color Hex

#D12BBE
(209,43,190)
0 Favorites   0 Comments

Color spaces of #d12bbe

RGB 20943190
HSL0.850.660.49
HSV307°79°82°
CMYK 0.000.790.09   0.18
XYZ36.452619.000850.4614
Yxy19.00080.34420.1794
Hunter Lab43.589972.9905-38.1235
CIE-Lab50.688175.8243-39.7939

#d12bbe color RGB value is (209,43,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101011 10111110
Octal 321 53 276
Decimal 209 43 190
Hex D1 2B BE

RGB Percentages of Color #d12bbe

%47.29
%9.73
%42.99

CMYK Percentages of Color #d12bbe

%0
%79
%9
%18

Triadic Colors of #d12bbe

#d12bbe #bed12b #2bbed1

Analogous Colors of #d12bbe

#d12bbe #d12b6b #912bd1

Monochromatic Colors of #d12bbe

#d12bbe

Complementary Color

#d12bbe #2bd13e

#d12bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12bbe Color CSS Codes

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

#d12bbe Text Font Color

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

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


#d12bbe Background Color

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

This div background color is #d12bbe


#d12bbe Border Color

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

This div border color is #d12bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12bbe


Comments

No comments written yet.

Please login to write comment.