Color Hex Logo

#d12faa Color Hex

#D12FAA
(209,47,170)
0 Favorites   0 Comments

Color spaces of #d12faa

RGB 20947170
HSL0.870.640.50
HSV314°78°82°
CMYK 0.000.780.19   0.18
XYZ34.566718.490639.7774
Yxy18.49060.37230.1992
Hunter Lab43.000768.2384-24.7452
CIE-Lab50.085872.0445-29.0324

#d12faa color RGB value is (209,47,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101111 10101010
Octal 321 57 252
Decimal 209 47 170
Hex D1 2F AA

RGB Percentages of Color #d12faa

%49.06
%11.03
%39.91

CMYK Percentages of Color #d12faa

%0
%78
%19
%18

Triadic Colors of #d12faa

#d12faa #aad12f #2faad1

Analogous Colors of #d12faa

#d12faa #d12f59 #a72fd1

Monochromatic Colors of #d12faa

#d12faa

Complementary Color

#d12faa #2fd156

#d12faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12faa Color CSS Codes

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

#d12faa Text Font Color

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

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


#d12faa Background Color

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

This div background color is #d12faa


#d12faa Border Color

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

This div border color is #d12faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12faa


Comments

No comments written yet.

Please login to write comment.