Color Hex Logo

#b65aee Color Hex

#B65AEE
(182,90,238)
0 Favorites   0 Comments

Color spaces of #b65aee

RGB 18290238
HSL0.770.810.64
HSV277°62°93°
CMYK 0.240.620.00   0.07
XYZ38.380223.430583.3886
Yxy23.43050.26430.1614
Hunter Lab48.405156.8232-68.2568
CIE-Lab55.513061.3210-59.6853

#b65aee color RGB value is (182,90,238).

#b65aee hex color red value is 182, green value is 90 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b65aee hue: 0.77 , saturation: 0.81 and the lightness value of b65aee is 0.64.

The process color (four color CMYK) of #b65aee color hex is 0.24, 0.62, 0.00, 0.07. Web safe color of #b65aee is #cc66ff. Color #b65aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011010 11101110
Octal 266 132 356
Decimal 182 90 238
Hex B6 5A EE

RGB Percentages of Color #b65aee

%35.69
%17.65
%46.67

CMYK Percentages of Color #b65aee

%24
%62
%0
%7

Triadic Colors of #b65aee

#b65aee #eeb65a #5aeeb6

Analogous Colors of #b65aee

#b65aee #ee5adc #6c5aee

Monochromatic Colors of #b65aee

#b65aee

Complementary Color

#b65aee #92ee5a

#b65aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65aee Color CSS Codes

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

#b65aee Text Font Color

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

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


#b65aee Background Color

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

This div background color is #b65aee


#b65aee Border Color

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

This div border color is #b65aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65aee


Comments

No comments written yet.

Please login to write comment.