Color Hex Logo

#fb1eed Color Hex

#FB1EED
(251,30,237)
0 Favorites   0 Comments

Color spaces of #fb1eed

RGB 25130237
HSL0.840.970.55
HSV304°88°98°
CMYK 0.000.880.06   0.02
XYZ55.534027.552282.5119
Yxy27.55220.33540.1664
Hunter Lab52.490296.9931-56.4577
CIE-Lab59.482092.6471-52.1987

#fb1eed color RGB value is (251,30,237).

#fb1eed hex color red value is 251, green value is 30 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fb1eed hue: 0.84 , saturation: 0.97 and the lightness value of fb1eed is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00011110 11101101
Octal 373 36 355
Decimal 251 30 237
Hex FB 1E ED

RGB Percentages of Color #fb1eed

%48.46
%5.79
%45.75

CMYK Percentages of Color #fb1eed

%0
%88
%6
%2

Triadic Colors of #fb1eed

#fb1eed #edfb1e #1eedfb

Analogous Colors of #fb1eed

#fb1eed #fb1e7f #9b1efb

Monochromatic Colors of #fb1eed

#fb1eed

Complementary Color

#fb1eed #1efb2c

#fb1eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb1eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb1eed Color CSS Codes

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

#fb1eed Text Font Color

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

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


#fb1eed Background Color

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

This div background color is #fb1eed


#fb1eed Border Color

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

This div border color is #fb1eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb1eed

Related Colors


Comments

No comments written yet.

Please login to write comment.