Color Hex Logo

#fb87ea Color Hex

#FB87EA
(251,135,234)
0 Favorites   0 Comments

Color spaces of #fb87ea

RGB 251135234
HSL0.860.940.76
HSV309°46°98°
CMYK 0.000.460.07   0.02
XYZ63.298943.777782.9556
Yxy43.77770.33310.2304
Hunter Lab66.164754.9803-28.0210
CIE-Lab72.079756.9854-30.8049

#fb87ea color RGB value is (251,135,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 11101010
Octal 373 207 352
Decimal 251 135 234
Hex FB 87 EA

RGB Percentages of Color #fb87ea

%40.48
%21.77
%37.74

CMYK Percentages of Color #fb87ea

%0
%46
%7
%2

Triadic Colors of #fb87ea

#fb87ea #eafb87 #87eafb

Analogous Colors of #fb87ea

#fb87ea #fb87b0 #d287fb

Monochromatic Colors of #fb87ea

#fb87ea

Complementary Color

#fb87ea #87fb98

#fb87ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb87ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb87ea Color CSS Codes

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

#fb87ea Text Font Color

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

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


#fb87ea Background Color

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

This div background color is #fb87ea


#fb87ea Border Color

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

This div border color is #fb87ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb87ea


Comments

No comments written yet.

Please login to write comment.