Color Hex Logo

#fb81ed Color Hex

#FB81ED
(251,129,237)
0 Favorites   0 Comments

Color spaces of #fb81ed

RGB 251129237
HSL0.850.940.75
HSV307°49°98°
CMYK 0.000.490.06   0.02
XYZ62.920042.324284.9739
Yxy42.32420.33080.2225
Hunter Lab65.057158.7866-31.9014
CIE-Lab71.093960.3615-33.9741

#fb81ed color RGB value is (251,129,237).

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

The process color (four color CMYK) of #fb81ed color hex is 0.00, 0.49, 0.06, 0.02. Web safe color of #fb81ed is #ff99ff. Color #fb81ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000001 11101101
Octal 373 201 355
Decimal 251 129 237
Hex FB 81 ED

RGB Percentages of Color #fb81ed

%40.68
%20.91
%38.41

CMYK Percentages of Color #fb81ed

%0
%49
%6
%2

Triadic Colors of #fb81ed

#fb81ed #edfb81 #81edfb

Analogous Colors of #fb81ed

#fb81ed #fb81b0 #cc81fb

Monochromatic Colors of #fb81ed

#fb81ed

Complementary Color

#fb81ed #81fb8f

#fb81ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb81ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb81ed Color CSS Codes

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

#fb81ed Text Font Color

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

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


#fb81ed Background Color

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

This div background color is #fb81ed


#fb81ed Border Color

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

This div border color is #fb81ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb81ed


Comments

No comments written yet.

Please login to write comment.