Color Hex Logo

#a55beb Color Hex

#A55BEB
(165,91,235)
0 Favorites   0 Comments

Color spaces of #a55beb

RGB 16591235
HSL0.750.780.64
HSV271°61°92°
CMYK 0.300.610.00   0.08
XYZ34.253521.479780.9379
Yxy21.47970.25060.1572
Hunter Lab46.346250.8198-71.1003
CIE-Lab53.470556.3740-61.3964

#a55beb color RGB value is (165,91,235).

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

The process color (four color CMYK) of #a55beb color hex is 0.30, 0.61, 0.00, 0.08. Web safe color of #a55beb is #9966ff. Color #a55beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011011 11101011
Octal 245 133 353
Decimal 165 91 235
Hex A5 5B EB

RGB Percentages of Color #a55beb

%33.60
%18.53
%47.86

CMYK Percentages of Color #a55beb

%30
%61
%0
%8

Triadic Colors of #a55beb

#a55beb #eba55b #5beba5

Analogous Colors of #a55beb

#a55beb #eb5be9 #5d5beb

Monochromatic Colors of #a55beb

#a55beb

Complementary Color

#a55beb #a1eb5b

#a55beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55beb Color CSS Codes

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

#a55beb Text Font Color

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

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


#a55beb Background Color

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

This div background color is #a55beb


#a55beb Border Color

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

This div border color is #a55beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55beb


Comments

No comments written yet.

Please login to write comment.