Color Hex Logo

#b07cec Color Hex

#B07CEC
(176,124,236)
0 Favorites   0 Comments

Color spaces of #b07cec

RGB 176124236
HSL0.740.750.71
HSV268°47°93°
CMYK 0.250.470.00   0.07
XYZ40.252529.701582.9683
Yxy29.70150.26320.1942
Hunter Lab54.499136.4650-52.1125
CIE-Lab61.395841.8785-49.2346

#b07cec color RGB value is (176,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111100 11101100
Octal 260 174 354
Decimal 176 124 236
Hex B0 7C EC

RGB Percentages of Color #b07cec

%32.84
%23.13
%44.03

CMYK Percentages of Color #b07cec

%25
%47
%0
%7

Triadic Colors of #b07cec

#b07cec #ecb07c #7cecb0

Analogous Colors of #b07cec

#b07cec #e87cec #7c80ec

Monochromatic Colors of #b07cec

#b07cec

Complementary Color

#b07cec #b8ec7c

#b07cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07cec Color CSS Codes

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

#b07cec Text Font Color

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

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


#b07cec Background Color

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

This div background color is #b07cec


#b07cec Border Color

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

This div border color is #b07cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07cec


Comments

No comments written yet.

Please login to write comment.