Color Hex Logo

#fb7feb Color Hex

#FB7FEB
(251,127,235)
0 Favorites   0 Comments

Color spaces of #fb7feb

RGB 251127235
HSL0.850.940.74
HSV308°49°98°
CMYK 0.000.490.06   0.02
XYZ62.368441.686183.3563
Yxy41.68610.33280.2224
Hunter Lab64.564859.4394-31.3510
CIE-Lab70.654060.9805-33.5566

#fb7feb color RGB value is (251,127,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111111 11101011
Octal 373 177 353
Decimal 251 127 235
Hex FB 7F EB

RGB Percentages of Color #fb7feb

%40.95
%20.72
%38.34

CMYK Percentages of Color #fb7feb

%0
%49
%6
%2

Triadic Colors of #fb7feb

#fb7feb #ebfb7f #7febfb

Analogous Colors of #fb7feb

#fb7feb #fb7fad #cd7ffb

Monochromatic Colors of #fb7feb

#fb7feb

Complementary Color

#fb7feb #7ffb8f

#fb7feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7feb Color CSS Codes

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

#fb7feb Text Font Color

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

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


#fb7feb Background Color

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

This div background color is #fb7feb


#fb7feb Border Color

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

This div border color is #fb7feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7feb


Comments

No comments written yet.

Please login to write comment.