Color Hex Logo

#fb4ebe Color Hex

#FB4EBE
(251,78,190)
0 Favorites   0 Comments

Color spaces of #fb4ebe

RGB 25178190
HSL0.890.960.65
HSV321°69°98°
CMYK 0.000.690.24   0.02
XYZ51.802329.675751.7129
Yxy29.67570.38890.2228
Hunter Lab54.475474.4090-18.1506
CIE-Lab61.373474.9139-22.6401

#fb4ebe color RGB value is (251,78,190).

#fb4ebe hex color red value is 251, green value is 78 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fb4ebe hue: 0.89 , saturation: 0.96 and the lightness value of fb4ebe is 0.65.

The process color (four color CMYK) of #fb4ebe color hex is 0.00, 0.69, 0.24, 0.02. Web safe color of #fb4ebe is #ff66cc. Color #fb4ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001110 10111110
Octal 373 116 276
Decimal 251 78 190
Hex FB 4E BE

RGB Percentages of Color #fb4ebe

%48.36
%15.03
%36.61

CMYK Percentages of Color #fb4ebe

%0
%69
%24
%2

Triadic Colors of #fb4ebe

#fb4ebe #befb4e #4ebefb

Analogous Colors of #fb4ebe

#fb4ebe #fb4e68 #e24efb

Monochromatic Colors of #fb4ebe

#fb4ebe

Complementary Color

#fb4ebe #4efb8b

#fb4ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4ebe Color CSS Codes

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

#fb4ebe Text Font Color

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

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


#fb4ebe Background Color

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

This div background color is #fb4ebe


#fb4ebe Border Color

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

This div border color is #fb4ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4ebe


Comments

No comments written yet.

Please login to write comment.