Color Hex Logo

#b61aee Color Hex

#B61AEE
(182,26,238)
0 Favorites   0 Comments

Color spaces of #b61aee

RGB 18226238
HSL0.790.860.52
HSV284°89°93°
CMYK 0.240.890.00   0.07
XYZ35.093416.856982.2930
Yxy16.85690.26140.1256
Hunter Lab41.057280.7220-90.0980
CIE-Lab48.079282.4973-71.6973

#b61aee color RGB value is (182,26,238).

#b61aee hex color red value is 182, green value is 26 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b61aee hue: 0.79 , saturation: 0.86 and the lightness value of b61aee is 0.52.

The process color (four color CMYK) of #b61aee color hex is 0.24, 0.89, 0.00, 0.07. Web safe color of #b61aee is #cc33ff. Color #b61aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011010 11101110
Octal 266 32 356
Decimal 182 26 238
Hex B6 1A EE

RGB Percentages of Color #b61aee

%40.81
%5.83
%53.36

CMYK Percentages of Color #b61aee

%24
%89
%0
%7

Triadic Colors of #b61aee

#b61aee #eeb61a #1aeeb6

Analogous Colors of #b61aee

#b61aee #ee1abc #4c1aee

Monochromatic Colors of #b61aee

#b61aee

Complementary Color

#b61aee #52ee1a

#b61aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61aee Color CSS Codes

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

#b61aee Text Font Color

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

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


#b61aee Background Color

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

This div background color is #b61aee


#b61aee Border Color

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

This div border color is #b61aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,26,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61aee


Comments

No comments written yet.

Please login to write comment.