Color Hex Logo

#fb8cea Color Hex

#FB8CEA
(251,140,234)
0 Favorites   0 Comments

Color spaces of #fb8cea

RGB 251140234
HSL0.860.930.77
HSV309°44°98°
CMYK 0.000.440.07   0.02
XYZ64.013045.205983.1937
Yxy45.20590.33270.2349
Hunter Lab67.235352.2833-26.2978
CIE-Lab73.027354.5367-29.3457

#fb8cea color RGB value is (251,140,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001100 11101010
Octal 373 214 352
Decimal 251 140 234
Hex FB 8C EA

RGB Percentages of Color #fb8cea

%40.16
%22.40
%37.44

CMYK Percentages of Color #fb8cea

%0
%44
%7
%2

Triadic Colors of #fb8cea

#fb8cea #eafb8c #8ceafb

Analogous Colors of #fb8cea

#fb8cea #fb8cb3 #d58cfb

Monochromatic Colors of #fb8cea

#fb8cea

Complementary Color

#fb8cea #8cfb9d

#fb8cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8cea Color CSS Codes

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

#fb8cea Text Font Color

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

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


#fb8cea Background Color

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

This div background color is #fb8cea


#fb8cea Border Color

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

This div border color is #fb8cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8cea


Comments

No comments written yet.

Please login to write comment.