Color Hex Logo

#fb8efc Color Hex

#FB8EFC
(251,142,252)
0 Favorites   0 Comments

Color spaces of #fb8efc

RGB 251142252
HSL0.830.950.77
HSV299°44°99°
CMYK 0.000.440.00   0.01
XYZ67.027346.883597.6122
Yxy46.88350.31690.2216
Hunter Lab68.471554.9098-36.5931
CIE-Lab74.115256.6214-37.4753

#fb8efc color RGB value is (251,142,252).

#fb8efc hex color red value is 251, green value is 142 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fb8efc hue: 0.83 , saturation: 0.95 and the lightness value of fb8efc is 0.77.

The process color (four color CMYK) of #fb8efc color hex is 0.00, 0.44, 0.00, 0.01. Web safe color of #fb8efc is #ff99ff. Color #fb8efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001110 11111100
Octal 373 216 374
Decimal 251 142 252
Hex FB 8E FC

RGB Percentages of Color #fb8efc

%38.91
%22.02
%39.07

CMYK Percentages of Color #fb8efc

%0
%44
%0
%1

Triadic Colors of #fb8efc

#fb8efc #fcfb8e #8efcfb

Analogous Colors of #fb8efc

#fb8efc #fc8ec6 #c48efc

Monochromatic Colors of #fb8efc

#fb8efc

Complementary Color

#fb8efc #8ffc8e

#fb8efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8efc Color CSS Codes

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

#fb8efc Text Font Color

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

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


#fb8efc Background Color

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

This div background color is #fb8efc


#fb8efc Border Color

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

This div border color is #fb8efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8efc


Comments

No comments written yet.

Please login to write comment.