Color Hex Logo

#fb62ed Color Hex

#FB62ED
(251,98,237)
0 Favorites   0 Comments

Color spaces of #fb62ed

RGB 25198237
HSL0.850.950.68
HSV305°61°98°
CMYK 0.000.610.06   0.02
XYZ59.437435.359083.8130
Yxy35.35900.33280.1980
Hunter Lab59.463474.3608-41.9441
CIE-Lab66.027274.0076-41.8673

#fb62ed color RGB value is (251,98,237).

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

The process color (four color CMYK) of #fb62ed color hex is 0.00, 0.61, 0.06, 0.02. Web safe color of #fb62ed is #ff66ff. Color #fb62ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100010 11101101
Octal 373 142 355
Decimal 251 98 237
Hex FB 62 ED

RGB Percentages of Color #fb62ed

%42.83
%16.72
%40.44

CMYK Percentages of Color #fb62ed

%0
%61
%6
%2

Triadic Colors of #fb62ed

#fb62ed #edfb62 #62edfb

Analogous Colors of #fb62ed

#fb62ed #fb62a1 #bd62fb

Monochromatic Colors of #fb62ed

#fb62ed

Complementary Color

#fb62ed #62fb70

#fb62ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb62ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb62ed Color CSS Codes

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

#fb62ed Text Font Color

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

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


#fb62ed Background Color

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

This div background color is #fb62ed


#fb62ed Border Color

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

This div border color is #fb62ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,98,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 #fb62ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb62ed


Comments

No comments written yet.

Please login to write comment.