Color Hex Logo

#fb93eb Color Hex

#FB93EB
(251,147,235)
0 Favorites   0 Comments

Color spaces of #fb93eb

RGB 251147235
HSL0.860.930.78
HSV309°41°98°
CMYK 0.000.410.06   0.02
XYZ65.212847.374884.3044
Yxy47.37480.33120.2406
Hunter Lab68.829448.6696-24.4397
CIE-Lab74.428951.2165-27.7392

#fb93eb color RGB value is (251,147,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010011 11101011
Octal 373 223 353
Decimal 251 147 235
Hex FB 93 EB

RGB Percentages of Color #fb93eb

%39.65
%23.22
%37.12

CMYK Percentages of Color #fb93eb

%0
%41
%6
%2

Triadic Colors of #fb93eb

#fb93eb #ebfb93 #93ebfb

Analogous Colors of #fb93eb

#fb93eb #fb93b7 #d793fb

Monochromatic Colors of #fb93eb

#fb93eb

Complementary Color

#fb93eb #93fba3

#fb93eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb93eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb93eb Color CSS Codes

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

#fb93eb Text Font Color

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

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


#fb93eb Background Color

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

This div background color is #fb93eb


#fb93eb Border Color

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

This div border color is #fb93eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb93eb


Comments

No comments written yet.

Please login to write comment.