Color Hex Logo

#d12eaf Color Hex

#D12EAF
(209,46,175)
0 Favorites   0 Comments

Color spaces of #d12eaf

RGB 20946175
HSL0.870.640.50
HSV313°78°82°
CMYK 0.000.780.16   0.18
XYZ35.009418.604442.3033
Yxy18.60440.36500.1940
Hunter Lab43.132869.3998-27.9568
CIE-Lab50.221172.9785-31.7635

#d12eaf color RGB value is (209,46,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101110 10101111
Octal 321 56 257
Decimal 209 46 175
Hex D1 2E AF

RGB Percentages of Color #d12eaf

%48.60
%10.70
%40.70

CMYK Percentages of Color #d12eaf

%0
%78
%16
%18

Triadic Colors of #d12eaf

#d12eaf #afd12e #2eafd1

Analogous Colors of #d12eaf

#d12eaf #d12e5e #a22ed1

Monochromatic Colors of #d12eaf

#d12eaf

Complementary Color

#d12eaf #2ed150

#d12eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12eaf Color CSS Codes

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

#d12eaf Text Font Color

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

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


#d12eaf Background Color

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

This div background color is #d12eaf


#d12eaf Border Color

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

This div border color is #d12eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12eaf


Comments

No comments written yet.

Please login to write comment.