Color Hex Logo

#fb6cee Color Hex

#FB6CEE
(251,108,238)
0 Favorites   0 Comments

Color spaces of #fb6cee

RGB 251108238
HSL0.850.950.70
HSV305°57°98°
CMYK 0.000.570.05   0.02
XYZ60.578837.407484.9164
Yxy37.40740.33120.2045
Hunter Lab61.161669.7663-39.5048
CIE-Lab67.581670.0274-39.9882

#fb6cee color RGB value is (251,108,238).

#fb6cee hex color red value is 251, green value is 108 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #fb6cee hue: 0.85 , saturation: 0.95 and the lightness value of fb6cee is 0.70.

The process color (four color CMYK) of #fb6cee color hex is 0.00, 0.57, 0.05, 0.02. Web safe color of #fb6cee is #ff66ff. Color #fb6cee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101100 11101110
Octal 373 154 356
Decimal 251 108 238
Hex FB 6C EE

RGB Percentages of Color #fb6cee

%42.04
%18.09
%39.87

CMYK Percentages of Color #fb6cee

%0
%57
%5
%2

Triadic Colors of #fb6cee

#fb6cee #eefb6c #6ceefb

Analogous Colors of #fb6cee

#fb6cee #fb6ca7 #c16cfb

Monochromatic Colors of #fb6cee

#fb6cee

Complementary Color

#fb6cee #6cfb79

#fb6cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6cee Color CSS Codes

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

#fb6cee Text Font Color

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

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


#fb6cee Background Color

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

This div background color is #fb6cee


#fb6cee Border Color

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

This div border color is #fb6cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6cee


Comments

No comments written yet.

Please login to write comment.