Color Hex Logo

#b04fec Color Hex

#B04FEC
(176,79,236)
0 Favorites   0 Comments

Color spaces of #b04fec

RGB 17679236
HSL0.770.810.62
HSV277°67°93°
CMYK 0.250.670.00   0.07
XYZ35.840820.878281.4978
Yxy20.87820.25930.1511
Hunter Lab45.692760.0512-73.7652
CIE-Lab52.815964.6090-62.9418

#b04fec color RGB value is (176,79,236).

#b04fec hex color red value is 176, green value is 79 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b04fec hue: 0.77 , saturation: 0.81 and the lightness value of b04fec is 0.62.

The process color (four color CMYK) of #b04fec color hex is 0.25, 0.67, 0.00, 0.07. Web safe color of #b04fec is #9966ff. Color #b04fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001111 11101100
Octal 260 117 354
Decimal 176 79 236
Hex B0 4F EC

RGB Percentages of Color #b04fec

%35.85
%16.09
%48.07

CMYK Percentages of Color #b04fec

%25
%67
%0
%7

Triadic Colors of #b04fec

#b04fec #ecb04f #4fecb0

Analogous Colors of #b04fec

#b04fec #ec4fda #624fec

Monochromatic Colors of #b04fec

#b04fec

Complementary Color

#b04fec #8bec4f

#b04fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04fec Color CSS Codes

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

#b04fec Text Font Color

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

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


#b04fec Background Color

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

This div background color is #b04fec


#b04fec Border Color

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

This div border color is #b04fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04fec


Comments

No comments written yet.

Please login to write comment.