Color Hex Logo

#b65aeb Color Hex

#B65AEB
(182,90,235)
0 Favorites   0 Comments

Color spaces of #b65aeb

RGB 18290235
HSL0.770.780.64
HSV278°62°92°
CMYK 0.230.620.00   0.08
XYZ37.943023.255681.0862
Yxy23.25560.26670.1634
Hunter Lab48.224156.0528-65.9361
CIE-Lab55.334660.6812-58.2930

#b65aeb color RGB value is (182,90,235).

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

The process color (four color CMYK) of #b65aeb color hex is 0.23, 0.62, 0.00, 0.08. Web safe color of #b65aeb is #cc66ff. Color #b65aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011010 11101011
Octal 266 132 353
Decimal 182 90 235
Hex B6 5A EB

RGB Percentages of Color #b65aeb

%35.90
%17.75
%46.35

CMYK Percentages of Color #b65aeb

%23
%62
%0
%8

Triadic Colors of #b65aeb

#b65aeb #ebb65a #5aebb6

Analogous Colors of #b65aeb

#b65aeb #eb5ad8 #6e5aeb

Monochromatic Colors of #b65aeb

#b65aeb

Complementary Color

#b65aeb #8feb5a

#b65aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65aeb Color CSS Codes

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

#b65aeb Text Font Color

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

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


#b65aeb Background Color

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

This div background color is #b65aeb


#b65aeb Border Color

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

This div border color is #b65aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65aeb


Comments

No comments written yet.

Please login to write comment.