Color Hex Logo

#fb42dc Color Hex

#FB42DC
(251,66,220)
0 Favorites   0 Comments

Color spaces of #fb42dc

RGB 25166220
HSL0.860.960.62
HSV310°74°98°
CMYK 0.000.740.12   0.02
XYZ54.650129.573070.5379
Yxy29.57300.35310.1911
Hunter Lab54.381184.2162-38.8386
CIE-Lab61.284082.6502-39.8067

#fb42dc color RGB value is (251,66,220).

#fb42dc hex color red value is 251, green value is 66 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fb42dc hue: 0.86 , saturation: 0.96 and the lightness value of fb42dc is 0.62.

The process color (four color CMYK) of #fb42dc color hex is 0.00, 0.74, 0.12, 0.02. Web safe color of #fb42dc is #ff33cc. Color #fb42dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000010 11011100
Octal 373 102 334
Decimal 251 66 220
Hex FB 42 DC

RGB Percentages of Color #fb42dc

%46.74
%12.29
%40.97

CMYK Percentages of Color #fb42dc

%0
%74
%12
%2

Triadic Colors of #fb42dc

#fb42dc #dcfb42 #42dcfb

Analogous Colors of #fb42dc

#fb42dc #fb4280 #be42fb

Monochromatic Colors of #fb42dc

#fb42dc

Complementary Color

#fb42dc #42fb61

#fb42dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb42dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb42dc Color CSS Codes

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

#fb42dc Text Font Color

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

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


#fb42dc Background Color

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

This div background color is #fb42dc


#fb42dc Border Color

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

This div border color is #fb42dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,66,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb42dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb42dc;
  -webkit-box-shadow: 1px 1px 3px 2px #fb42dc;
  box-shadow:         1px 1px 3px 2px #fb42dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,66,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb42dc


Comments

No comments written yet.

Please login to write comment.