Color Hex Logo

#b60aec Color Hex

#B60AEC
(182,10,236)
0 Favorites   0 Comments

Color spaces of #b60aec

RGB 18210236
HSL0.790.920.48
HSV286°96°93°
CMYK 0.230.960.00   0.07
XYZ34.540316.218380.6668
Yxy16.21830.26280.1234
Hunter Lab40.272082.6193-90.5706
CIE-Lab47.259684.1357-71.9024

#b60aec color RGB value is (182,10,236).

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

The process color (four color CMYK) of #b60aec color hex is 0.23, 0.96, 0.00, 0.07. Web safe color of #b60aec is #cc00ff. Color #b60aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001010 11101100
Octal 266 12 354
Decimal 182 10 236
Hex B6 A EC

RGB Percentages of Color #b60aec

%42.52
%2.34
%55.14

CMYK Percentages of Color #b60aec

%23
%96
%0
%7

Triadic Colors of #b60aec

#b60aec #ecb60a #0aecb6

Analogous Colors of #b60aec

#b60aec #ec0ab1 #450aec

Monochromatic Colors of #b60aec

#b60aec

Complementary Color

#b60aec #40ec0a

#b60aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60aec Color CSS Codes

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

#b60aec Text Font Color

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

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


#b60aec Background Color

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

This div background color is #b60aec


#b60aec Border Color

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

This div border color is #b60aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60aec


Comments

No comments written yet.

Please login to write comment.