Color Hex Logo

#fb78ec Color Hex

#FB78EC
(251,120,236)
0 Favorites   0 Comments

Color spaces of #fb78ec

RGB 251120236
HSL0.850.940.73
HSV307°52°98°
CMYK 0.000.520.06   0.02
XYZ61.640539.998383.8285
Yxy39.99830.33240.2157
Hunter Lab63.244263.2963-34.3164
CIE-Lab69.468364.3941-35.9456

#fb78ec color RGB value is (251,120,236).

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

The process color (four color CMYK) of #fb78ec color hex is 0.00, 0.52, 0.06, 0.02. Web safe color of #fb78ec is #ff66ff. Color #fb78ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111000 11101100
Octal 373 170 354
Decimal 251 120 236
Hex FB 78 EC

RGB Percentages of Color #fb78ec

%41.35
%19.77
%38.88

CMYK Percentages of Color #fb78ec

%0
%52
%6
%2

Triadic Colors of #fb78ec

#fb78ec #ecfb78 #78ecfb

Analogous Colors of #fb78ec

#fb78ec #fb78ab #c978fb

Monochromatic Colors of #fb78ec

#fb78ec

Complementary Color

#fb78ec #78fb87

#fb78ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb78ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb78ec Color CSS Codes

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

#fb78ec Text Font Color

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

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


#fb78ec Background Color

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

This div background color is #fb78ec


#fb78ec Border Color

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

This div border color is #fb78ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb78ec


Comments

No comments written yet.

Please login to write comment.