Color Hex Logo

#a55bee Color Hex

#A55BEE
(165,91,238)
0 Favorites   0 Comments

Color spaces of #a55bee

RGB 16591238
HSL0.750.810.65
HSV270°62°93°
CMYK 0.310.620.00   0.07
XYZ34.690821.654683.2403
Yxy21.65460.24850.1551
Hunter Lab46.534551.6338-73.4830
CIE-Lab53.658657.0713-62.7740

#a55bee color RGB value is (165,91,238).

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

The process color (four color CMYK) of #a55bee color hex is 0.31, 0.62, 0.00, 0.07. Web safe color of #a55bee is #9966ff. Color #a55bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011011 11101110
Octal 245 133 356
Decimal 165 91 238
Hex A5 5B EE

RGB Percentages of Color #a55bee

%33.40
%18.42
%48.18

CMYK Percentages of Color #a55bee

%31
%62
%0
%7

Triadic Colors of #a55bee

#a55bee #eea55b #5beea5

Analogous Colors of #a55bee

#a55bee #ee5bee #5b5bee

Monochromatic Colors of #a55bee

#a55bee

Complementary Color

#a55bee #a4ee5b

#a55bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55bee Color CSS Codes

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

#a55bee Text Font Color

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

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


#a55bee Background Color

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

This div background color is #a55bee


#a55bee Border Color

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

This div border color is #a55bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55bee


Comments

No comments written yet.

Please login to write comment.