Color Hex Logo

#fb92eb Color Hex

#FB92EB
(251,146,235)
0 Favorites   0 Comments

Color spaces of #fb92eb

RGB 251146235
HSL0.860.930.78
HSV309°42°98°
CMYK 0.000.420.06   0.02
XYZ65.057947.065284.2528
Yxy47.06520.33130.2397
Hunter Lab68.604149.2161-24.7913
CIE-Lab74.231551.7180-28.0421

#fb92eb color RGB value is (251,146,235).

#fb92eb hex color red value is 251, green value is 146 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fb92eb hue: 0.86 , saturation: 0.93 and the lightness value of fb92eb is 0.78.

The process color (four color CMYK) of #fb92eb color hex is 0.00, 0.42, 0.06, 0.02. Web safe color of #fb92eb is #ff99ff. Color #fb92eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010010 11101011
Octal 373 222 353
Decimal 251 146 235
Hex FB 92 EB

RGB Percentages of Color #fb92eb

%39.72
%23.10
%37.18

CMYK Percentages of Color #fb92eb

%0
%42
%6
%2

Triadic Colors of #fb92eb

#fb92eb #ebfb92 #92ebfb

Analogous Colors of #fb92eb

#fb92eb #fb92b7 #d792fb

Monochromatic Colors of #fb92eb

#fb92eb

Complementary Color

#fb92eb #92fba2

#fb92eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb92eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb92eb Color CSS Codes

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

#fb92eb Text Font Color

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

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


#fb92eb Background Color

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

This div background color is #fb92eb


#fb92eb Border Color

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

This div border color is #fb92eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb92eb


Comments

No comments written yet.

Please login to write comment.