Color Hex Logo

#a095ef Color Hex

#A095EF
(160,149,239)
0 Favorites   0 Comments

Color spaces of #a095ef

RGB 160149239
HSL0.690.740.76
HSV247°38°94°
CMYK 0.330.380.00   0.06
XYZ40.824635.200586.3040
Yxy35.20050.25150.2168
Hunter Lab59.330018.9972-44.7148
CIE-Lab65.904524.2152-43.8771

#a095ef color RGB value is (160,149,239).

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

The process color (four color CMYK) of #a095ef color hex is 0.33, 0.38, 0.00, 0.06. Web safe color of #a095ef is #9999ff. Color #a095ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010101 11101111
Octal 240 225 357
Decimal 160 149 239
Hex A0 95 EF

RGB Percentages of Color #a095ef

%29.20
%27.19
%43.61

CMYK Percentages of Color #a095ef

%33
%38
%0
%6

Triadic Colors of #a095ef

#a095ef #efa095 #95efa0

Analogous Colors of #a095ef

#a095ef #cd95ef #95b7ef

Monochromatic Colors of #a095ef

#a095ef

Complementary Color

#a095ef #e4ef95

#a095ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a095ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a095ef Color CSS Codes

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

#a095ef Text Font Color

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

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


#a095ef Background Color

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

This div background color is #a095ef


#a095ef Border Color

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

This div border color is #a095ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,149,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a095ef

#a095ef Color Palettes


Comments

No comments written yet.

Please login to write comment.