Color Hex Logo

#d42faa Color Hex

#D42FAA
(212,47,170)
0 Favorites   0 Comments

Color spaces of #d42faa

RGB 21247170
HSL0.880.660.51
HSV315°78°83°
CMYK 0.000.780.20   0.17
XYZ35.423618.932439.8175
Yxy18.93240.37620.2010
Hunter Lab43.511469.1760-23.7986
CIE-Lab50.608072.7188-28.1801

#d42faa color RGB value is (212,47,170).

#d42faa hex color red value is 212, green value is 47 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d42faa hue: 0.88 , saturation: 0.66 and the lightness value of d42faa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101111 10101010
Octal 324 57 252
Decimal 212 47 170
Hex D4 2F AA

RGB Percentages of Color #d42faa

%49.42
%10.96
%39.63

CMYK Percentages of Color #d42faa

%0
%78
%20
%17

Triadic Colors of #d42faa

#d42faa #aad42f #2faad4

Analogous Colors of #d42faa

#d42faa #d42f57 #ac2fd4

Monochromatic Colors of #d42faa

#d42faa

Complementary Color

#d42faa #2fd459

#d42faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42faa Color CSS Codes

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

#d42faa Text Font Color

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

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


#d42faa Background Color

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

This div background color is #d42faa


#d42faa Border Color

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

This div border color is #d42faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42faa


Comments

No comments written yet.

Please login to write comment.