Color Hex Logo

#b00fec Color Hex

#B00FEC
(176,15,236)
0 Favorites   0 Comments

Color spaces of #b00fec

RGB 17615236
HSL0.790.880.49
HSV284°94°93°
CMYK 0.250.940.00   0.07
XYZ33.215615.627980.6227
Yxy15.62790.25660.1207
Hunter Lab39.532180.7976-93.2448
CIE-Lab46.482582.8643-73.2093

#b00fec color RGB value is (176,15,236).

#b00fec hex color red value is 176, green value is 15 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b00fec hue: 0.79 , saturation: 0.88 and the lightness value of b00fec is 0.49.

The process color (four color CMYK) of #b00fec color hex is 0.25, 0.94, 0.00, 0.07. Web safe color of #b00fec is #9900ff. Color #b00fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001111 11101100
Octal 260 17 354
Decimal 176 15 236
Hex B0 F EC

RGB Percentages of Color #b00fec

%41.22
%3.51
%55.27

CMYK Percentages of Color #b00fec

%25
%94
%0
%7

Triadic Colors of #b00fec

#b00fec #ecb00f #0fecb0

Analogous Colors of #b00fec

#b00fec #ec0fba #420fec

Monochromatic Colors of #b00fec

#b00fec

Complementary Color

#b00fec #4bec0f

#b00fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00fec Color CSS Codes

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

#b00fec Text Font Color

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

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


#b00fec Background Color

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

This div background color is #b00fec


#b00fec Border Color

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

This div border color is #b00fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00fec


Comments

No comments written yet.

Please login to write comment.