Color Hex Logo

#fb87ef Color Hex

#FB87EF
(251,135,239)
0 Favorites   0 Comments

Color spaces of #fb87ef

RGB 251135239
HSL0.850.940.76
HSV306°46°98°
CMYK 0.000.460.05   0.02
XYZ64.027644.069286.7929
Yxy44.06920.32850.2261
Hunter Lab66.384655.9891-31.0480
CIE-Lab72.274757.8137-33.2427

#fb87ef color RGB value is (251,135,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000111 11101111
Octal 373 207 357
Decimal 251 135 239
Hex FB 87 EF

RGB Percentages of Color #fb87ef

%40.16
%21.60
%38.24

CMYK Percentages of Color #fb87ef

%0
%46
%5
%2

Triadic Colors of #fb87ef

#fb87ef #effb87 #87effb

Analogous Colors of #fb87ef

#fb87ef #fb87b5 #cd87fb

Monochromatic Colors of #fb87ef

#fb87ef

Complementary Color

#fb87ef #87fb93

#fb87ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb87ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb87ef Color CSS Codes

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

#fb87ef Text Font Color

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

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


#fb87ef Background Color

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

This div background color is #fb87ef


#fb87ef Border Color

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

This div border color is #fb87ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb87ef


Comments

No comments written yet.

Please login to write comment.