Color Hex Logo

#a095eb Color Hex

#A095EB
(160,149,235)
0 Favorites   0 Comments

Color spaces of #a095eb

RGB 160149235
HSL0.690.680.75
HSV248°37°92°
CMYK 0.320.370.00   0.08
XYZ40.240034.966683.2256
Yxy34.96660.25400.2207
Hunter Lab59.132617.9881-42.0544
CIE-Lab65.722723.1895-41.9632

#a095eb color RGB value is (160,149,235).

#a095eb hex color red value is 160, green value is 149 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a095eb hue: 0.69 , saturation: 0.68 and the lightness value of a095eb is 0.75.

The process color (four color CMYK) of #a095eb color hex is 0.32, 0.37, 0.00, 0.08. Web safe color of #a095eb is #9999ff. Color #a095eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010101 11101011
Octal 240 225 353
Decimal 160 149 235
Hex A0 95 EB

RGB Percentages of Color #a095eb

%29.41
%27.39
%43.20

CMYK Percentages of Color #a095eb

%32
%37
%0
%8

Triadic Colors of #a095eb

#a095eb #eba095 #95eba0

Analogous Colors of #a095eb

#a095eb #cb95eb #95b5eb

Monochromatic Colors of #a095eb

#a095eb

Complementary Color

#a095eb #e0eb95

#a095eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a095eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a095eb Color CSS Codes

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

#a095eb Text Font Color

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

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


#a095eb Background Color

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

This div background color is #a095eb


#a095eb Border Color

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

This div border color is #a095eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a095eb


Comments

No comments written yet.

Please login to write comment.