Color Hex Logo

#fb4cee Color Hex

#FB4CEE
(251,76,238)
0 Favorites   0 Comments

Color spaces of #fb4cee

RGB 25176238
HSL0.850.960.64
HSV304°70°98°
CMYK 0.000.700.05   0.02
XYZ57.800731.851283.9904
Yxy31.85120.33290.1834
Hunter Lab56.436984.0490-48.7307
CIE-Lab63.219782.1477-46.8370

#fb4cee color RGB value is (251,76,238).

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

The process color (four color CMYK) of #fb4cee color hex is 0.00, 0.70, 0.05, 0.02. Web safe color of #fb4cee is #ff33ff. Color #fb4cee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001100 11101110
Octal 373 114 356
Decimal 251 76 238
Hex FB 4C EE

RGB Percentages of Color #fb4cee

%44.42
%13.45
%42.12

CMYK Percentages of Color #fb4cee

%0
%70
%5
%2

Triadic Colors of #fb4cee

#fb4cee #eefb4c #4ceefb

Analogous Colors of #fb4cee

#fb4cee #fb4c97 #b14cfb

Monochromatic Colors of #fb4cee

#fb4cee

Complementary Color

#fb4cee #4cfb59

#fb4cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4cee Color CSS Codes

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

#fb4cee Text Font Color

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

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


#fb4cee Background Color

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

This div background color is #fb4cee


#fb4cee Border Color

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

This div border color is #fb4cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4cee


Comments

No comments written yet.

Please login to write comment.