Color Hex Logo

#b00aec Color Hex

#B00AEC
(176,10,236)
0 Favorites   0 Comments

Color spaces of #b00aec

RGB 17610236
HSL0.790.920.48
HSV284°96°93°
CMYK 0.250.960.00   0.07
XYZ33.153415.503380.6019
Yxy15.50330.25650.1199
Hunter Lab39.374281.3934-93.8090
CIE-Lab46.316083.3620-73.4808

#b00aec color RGB value is (176,10,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001010 11101100
Octal 260 12 354
Decimal 176 10 236
Hex B0 A EC

RGB Percentages of Color #b00aec

%41.71
%2.37
%55.92

CMYK Percentages of Color #b00aec

%25
%96
%0
%7

Triadic Colors of #b00aec

#b00aec #ecb00a #0aecb0

Analogous Colors of #b00aec

#b00aec #ec0ab7 #3f0aec

Monochromatic Colors of #b00aec

#b00aec

Complementary Color

#b00aec #46ec0a

#b00aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00aec Color CSS Codes

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

#b00aec Text Font Color

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

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


#b00aec Background Color

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

This div background color is #b00aec


#b00aec Border Color

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

This div border color is #b00aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00aec


Comments

No comments written yet.

Please login to write comment.