Color Hex Logo

#fb42ed Color Hex

#FB42ED
(251,66,237)
0 Favorites   0 Comments

Color spaces of #fb42ed

RGB 25166237
HSL0.850.960.62
HSV305°74°98°
CMYK 0.000.740.06   0.02
XYZ57.017930.520183.0066
Yxy30.52010.33430.1790
Hunter Lab55.245087.5496-50.4128
CIE-Lab62.100485.0512-48.0479

#fb42ed color RGB value is (251,66,237).

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

The process color (four color CMYK) of #fb42ed color hex is 0.00, 0.74, 0.06, 0.02. Web safe color of #fb42ed is #ff33ff. Color #fb42ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000010 11101101
Octal 373 102 355
Decimal 251 66 237
Hex FB 42 ED

RGB Percentages of Color #fb42ed

%45.31
%11.91
%42.78

CMYK Percentages of Color #fb42ed

%0
%74
%6
%2

Triadic Colors of #fb42ed

#fb42ed #edfb42 #42edfb

Analogous Colors of #fb42ed

#fb42ed #fb4291 #ad42fb

Monochromatic Colors of #fb42ed

#fb42ed

Complementary Color

#fb42ed #42fb50

#fb42ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb42ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb42ed Color CSS Codes

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

#fb42ed Text Font Color

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

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


#fb42ed Background Color

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

This div background color is #fb42ed


#fb42ed Border Color

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

This div border color is #fb42ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb42ed

Related Colors


Comments

No comments written yet.

Please login to write comment.