Color Hex Logo

#fb61ed Color Hex

#FB61ED
(251,97,237)
0 Favorites   0 Comments

Color spaces of #fb61ed

RGB 25197237
HSL0.850.950.68
HSV305°61°98°
CMYK 0.000.610.06   0.02
XYZ59.344435.173083.7820
Yxy35.17300.33280.1973
Hunter Lab59.306874.8261-42.2434
CIE-Lab65.883174.4055-42.0931

#fb61ed color RGB value is (251,97,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100001 11101101
Octal 373 141 355
Decimal 251 97 237
Hex FB 61 ED

RGB Percentages of Color #fb61ed

%42.91
%16.58
%40.51

CMYK Percentages of Color #fb61ed

%0
%61
%6
%2

Triadic Colors of #fb61ed

#fb61ed #edfb61 #61edfb

Analogous Colors of #fb61ed

#fb61ed #fb61a0 #bc61fb

Monochromatic Colors of #fb61ed

#fb61ed

Complementary Color

#fb61ed #61fb6f

#fb61ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb61ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb61ed Color CSS Codes

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

#fb61ed Text Font Color

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

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


#fb61ed Background Color

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

This div background color is #fb61ed


#fb61ed Border Color

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

This div border color is #fb61ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb61ed

Related Colors

#fb61ed Color Palettes


Comments

No comments written yet.

Please login to write comment.