Color Hex Logo

#fb8ceb Color Hex

#FB8CEB
(251,140,235)
0 Favorites   0 Comments

Color spaces of #fb8ceb

RGB 251140235
HSL0.860.930.77
HSV309°44°98°
CMYK 0.000.440.06   0.02
XYZ64.157145.263683.9525
Yxy45.26360.33180.2341
Hunter Lab67.278252.4822-26.8897
CIE-Lab73.065154.7021-29.8346

#fb8ceb color RGB value is (251,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001100 11101011
Octal 373 214 353
Decimal 251 140 235
Hex FB 8C EB

RGB Percentages of Color #fb8ceb

%40.10
%22.36
%37.54

CMYK Percentages of Color #fb8ceb

%0
%44
%6
%2

Triadic Colors of #fb8ceb

#fb8ceb #ebfb8c #8cebfb

Analogous Colors of #fb8ceb

#fb8ceb #fb8cb4 #d48cfb

Monochromatic Colors of #fb8ceb

#fb8ceb

Complementary Color

#fb8ceb #8cfb9c

#fb8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8ceb Color CSS Codes

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

#fb8ceb Text Font Color

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

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


#fb8ceb Background Color

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

This div background color is #fb8ceb


#fb8ceb Border Color

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

This div border color is #fb8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8ceb

#fb8ceb Color Palettes


Comments

No comments written yet.

Please login to write comment.