Color Hex Logo

#fb75ec Color Hex

#FB75EC
(251,117,236)
0 Favorites   0 Comments

Color spaces of #fb75ec

RGB 251117236
HSL0.850.940.72
HSV307°53°98°
CMYK 0.000.530.06   0.02
XYZ61.285339.287983.7101
Yxy39.28790.33260.2132
Hunter Lab62.680164.8379-35.3066
CIE-Lab68.959365.7552-36.7369

#fb75ec color RGB value is (251,117,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110101 11101100
Octal 373 165 354
Decimal 251 117 236
Hex FB 75 EC

RGB Percentages of Color #fb75ec

%41.56
%19.37
%39.07

CMYK Percentages of Color #fb75ec

%0
%53
%6
%2

Triadic Colors of #fb75ec

#fb75ec #ecfb75 #75ecfb

Analogous Colors of #fb75ec

#fb75ec #fb75a9 #c775fb

Monochromatic Colors of #fb75ec

#fb75ec

Complementary Color

#fb75ec #75fb84

#fb75ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb75ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb75ec Color CSS Codes

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

#fb75ec Text Font Color

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

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


#fb75ec Background Color

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

This div background color is #fb75ec


#fb75ec Border Color

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

This div border color is #fb75ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb75ec


Comments

No comments written yet.

Please login to write comment.