Color Hex Logo

#d42fbc Color Hex

#D42FBC
(212,47,188)
0 Favorites   0 Comments

Color spaces of #d42fbc

RGB 21247188
HSL0.860.660.51
HSV309°78°83°
CMYK 0.000.780.11   0.17
XYZ37.245019.660949.4089
Yxy19.66090.35030.1849
Hunter Lab44.340672.3394-35.0286
CIE-Lab51.451675.1468-37.3939

#d42fbc color RGB value is (212,47,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101111 10111100
Octal 324 57 274
Decimal 212 47 188
Hex D4 2F BC

RGB Percentages of Color #d42fbc

%47.43
%10.51
%42.06

CMYK Percentages of Color #d42fbc

%0
%78
%11
%17

Triadic Colors of #d42fbc

#d42fbc #bcd42f #2fbcd4

Analogous Colors of #d42fbc

#d42fbc #d42f6a #9a2fd4

Monochromatic Colors of #d42fbc

#d42fbc

Complementary Color

#d42fbc #2fd447

#d42fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42fbc Color CSS Codes

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

#d42fbc Text Font Color

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

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


#d42fbc Background Color

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

This div background color is #d42fbc


#d42fbc Border Color

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

This div border color is #d42fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42fbc


Comments

No comments written yet.

Please login to write comment.