Color Hex Logo

#d12eac Color Hex

#D12EAC
(209,46,172)
0 Favorites   0 Comments

Color spaces of #d12eac

RGB 20946172
HSL0.870.640.50
HSV314°78°82°
CMYK 0.000.780.18   0.18
XYZ34.717918.487940.7684
Yxy18.48790.36940.1967
Hunter Lab42.997668.8821-26.1179
CIE-Lab50.082672.5780-30.2155

#d12eac color RGB value is (209,46,172).

#d12eac hex color red value is 209, green value is 46 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d12eac hue: 0.87 , saturation: 0.64 and the lightness value of d12eac is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101110 10101100
Octal 321 56 254
Decimal 209 46 172
Hex D1 2E AC

RGB Percentages of Color #d12eac

%48.95
%10.77
%40.28

CMYK Percentages of Color #d12eac

%0
%78
%18
%18

Triadic Colors of #d12eac

#d12eac #acd12e #2eacd1

Analogous Colors of #d12eac

#d12eac #d12e5b #a52ed1

Monochromatic Colors of #d12eac

#d12eac

Complementary Color

#d12eac #2ed153

#d12eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12eac Color CSS Codes

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

#d12eac Text Font Color

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

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


#d12eac Background Color

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

This div background color is #d12eac


#d12eac Border Color

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

This div border color is #d12eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12eac


Comments

No comments written yet.

Please login to write comment.