Color Hex Logo

#d42fab Color Hex

#D42FAB
(212,47,171)
0 Favorites   0 Comments

Color spaces of #d42fab

RGB 21247171
HSL0.870.660.51
HSV315°78°83°
CMYK 0.000.780.19   0.17
XYZ35.518618.970440.3177
Yxy18.97040.37460.2001
Hunter Lab43.555069.3433-24.3946
CIE-Lab50.652672.8482-28.6997

#d42fab color RGB value is (212,47,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101111 10101011
Octal 324 57 253
Decimal 212 47 171
Hex D4 2F AB

RGB Percentages of Color #d42fab

%49.30
%10.93
%39.77

CMYK Percentages of Color #d42fab

%0
%78
%19
%17

Triadic Colors of #d42fab

#d42fab #abd42f #2fabd4

Analogous Colors of #d42fab

#d42fab #d42f58 #ab2fd4

Monochromatic Colors of #d42fab

#d42fab

Complementary Color

#d42fab #2fd458

#d42fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42fab Color CSS Codes

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

#d42fab Text Font Color

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

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


#d42fab Background Color

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

This div background color is #d42fab


#d42fab Border Color

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

This div border color is #d42fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42fab


Comments

No comments written yet.

Please login to write comment.