Color Hex Logo

#b07eca Color Hex

#B07ECA
(176,126,202)
0 Favorites   0 Comments

Color spaces of #b07eca

RGB 176126202
HSL0.780.420.64
HSV279°38°79°
CMYK 0.130.380.00   0.21
XYZ36.026028.416159.4632
Yxy28.41610.29080.2293
Hunter Lab53.306827.3478-28.8227
CIE-Lab60.262833.1315-31.9904

#b07eca color RGB value is (176,126,202).

#b07eca hex color red value is 176, green value is 126 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b07eca hue: 0.78 , saturation: 0.42 and the lightness value of b07eca is 0.64.

The process color (four color CMYK) of #b07eca color hex is 0.13, 0.38, 0.00, 0.21. Web safe color of #b07eca is #9966cc. Color #b07eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111110 11001010
Octal 260 176 312
Decimal 176 126 202
Hex B0 7E CA

RGB Percentages of Color #b07eca

%34.92
%25.00
%40.08

CMYK Percentages of Color #b07eca

%13
%38
%0
%21

Triadic Colors of #b07eca

#b07eca #cab07e #7ecab0

Analogous Colors of #b07eca

#b07eca #ca7ebe #8a7eca

Monochromatic Colors of #b07eca

#b07eca

Complementary Color

#b07eca #98ca7e

#b07eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07eca Color CSS Codes

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

#b07eca Text Font Color

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

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


#b07eca Background Color

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

This div background color is #b07eca


#b07eca Border Color

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

This div border color is #b07eca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,126,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b07eca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07eca


Comments

No comments written yet.

Please login to write comment.