Color Hex Logo

#d12fae Color Hex

#D12FAE
(209,47,174)
0 Favorites   0 Comments

Color spaces of #d12fae

RGB 20947174
HSL0.870.640.50
HSV313°78°82°
CMYK 0.000.780.17   0.18
XYZ34.951018.644341.8010
Yxy18.64430.36640.1954
Hunter Lab43.179068.9223-27.1724
CIE-Lab50.268472.5752-31.1021

#d12fae color RGB value is (209,47,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101111 10101110
Octal 321 57 256
Decimal 209 47 174
Hex D1 2F AE

RGB Percentages of Color #d12fae

%48.60
%10.93
%40.47

CMYK Percentages of Color #d12fae

%0
%78
%17
%18

Triadic Colors of #d12fae

#d12fae #aed12f #2faed1

Analogous Colors of #d12fae

#d12fae #d12f5d #a32fd1

Monochromatic Colors of #d12fae

#d12fae

Complementary Color

#d12fae #2fd152

#d12fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12fae Color CSS Codes

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

#d12fae Text Font Color

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

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


#d12fae Background Color

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

This div background color is #d12fae


#d12fae Border Color

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

This div border color is #d12fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12fae


Comments

No comments written yet.

Please login to write comment.