Color Hex Logo

#b07fec Color Hex

#B07FEC
(176,127,236)
0 Favorites   0 Comments

Color spaces of #b07fec

RGB 176127236
HSL0.740.740.71
HSV267°46°93°
CMYK 0.250.460.00   0.07
XYZ40.634230.465083.0956
Yxy30.46500.26350.1976
Hunter Lab55.195134.8188-50.6238
CIE-Lab62.053440.2273-48.1943

#b07fec color RGB value is (176,127,236).

#b07fec hex color red value is 176, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b07fec hue: 0.74 , saturation: 0.74 and the lightness value of b07fec is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111111 11101100
Octal 260 177 354
Decimal 176 127 236
Hex B0 7F EC

RGB Percentages of Color #b07fec

%32.65
%23.56
%43.78

CMYK Percentages of Color #b07fec

%25
%46
%0
%7

Triadic Colors of #b07fec

#b07fec #ecb07f #7fecb0

Analogous Colors of #b07fec

#b07fec #e77fec #7f85ec

Monochromatic Colors of #b07fec

#b07fec

Complementary Color

#b07fec #bbec7f

#b07fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07fec Color CSS Codes

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

#b07fec Text Font Color

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

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


#b07fec Background Color

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

This div background color is #b07fec


#b07fec Border Color

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

This div border color is #b07fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07fec


Comments

No comments written yet.

Please login to write comment.