Color Hex Logo

#fb7eeb Color Hex

#FB7EEB
(251,126,235)
0 Favorites   0 Comments

Color spaces of #fb7eeb

RGB 251126235
HSL0.850.940.74
HSV308°50°98°
CMYK 0.000.500.06   0.02
XYZ62.239941.429183.3135
Yxy41.42910.33290.2216
Hunter Lab64.365459.9659-31.6881
CIE-Lab70.475561.4511-33.8329

#fb7eeb color RGB value is (251,126,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111110 11101011
Octal 373 176 353
Decimal 251 126 235
Hex FB 7E EB

RGB Percentages of Color #fb7eeb

%41.01
%20.59
%38.40

CMYK Percentages of Color #fb7eeb

%0
%50
%6
%2

Triadic Colors of #fb7eeb

#fb7eeb #ebfb7e #7eebfb

Analogous Colors of #fb7eeb

#fb7eeb #fb7ead #cd7efb

Monochromatic Colors of #fb7eeb

#fb7eeb

Complementary Color

#fb7eeb #7efb8e

#fb7eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7eeb Color CSS Codes

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

#fb7eeb Text Font Color

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

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


#fb7eeb Background Color

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

This div background color is #fb7eeb


#fb7eeb Border Color

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

This div border color is #fb7eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7eeb

Related Colors


Comments

No comments written yet.

Please login to write comment.