Color Hex Logo

#d42fbd Color Hex

#D42FBD
(212,47,189)
0 Favorites   0 Comments

Color spaces of #d42fbd

RGB 21247189
HSL0.860.660.51
HSV308°78°83°
CMYK 0.000.780.11   0.17
XYZ37.353219.704249.9787
Yxy19.70420.34900.1841
Hunter Lab44.389472.5243-35.6829
CIE-Lab51.501175.2875-37.8971

#d42fbd color RGB value is (212,47,189).

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

The process color (four color CMYK) of #d42fbd color hex is 0.00, 0.78, 0.11, 0.17. Web safe color of #d42fbd is #cc33cc. Color #d42fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101111 10111101
Octal 324 57 275
Decimal 212 47 189
Hex D4 2F BD

RGB Percentages of Color #d42fbd

%47.32
%10.49
%42.19

CMYK Percentages of Color #d42fbd

%0
%78
%11
%17

Triadic Colors of #d42fbd

#d42fbd #bdd42f #2fbdd4

Analogous Colors of #d42fbd

#d42fbd #d42f6b #992fd4

Monochromatic Colors of #d42fbd

#d42fbd

Complementary Color

#d42fbd #2fd446

#d42fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42fbd Color CSS Codes

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

#d42fbd Text Font Color

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

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


#d42fbd Background Color

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

This div background color is #d42fbd


#d42fbd Border Color

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

This div border color is #d42fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42fbd


Comments

No comments written yet.

Please login to write comment.