Color Hex Logo

#a08efd Color Hex

#A08EFD
(160,142,253)
0 Favorites   0 Comments

Color spaces of #a08efd

RGB 160142253
HSL0.690.970.77
HSV250°44°99°
CMYK 0.370.440.00   0.01
XYZ41.899833.911497.2657
Yxy33.91140.24210.1959
Hunter Lab58.233526.5246-58.2669
CIE-Lab64.892231.8617-53.1486

#a08efd color RGB value is (160,142,253).

#a08efd hex color red value is 160, green value is 142 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a08efd hue: 0.69 , saturation: 0.97 and the lightness value of a08efd is 0.77.

The process color (four color CMYK) of #a08efd color hex is 0.37, 0.44, 0.00, 0.01. Web safe color of #a08efd is #9999ff. Color #a08efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001110 11111101
Octal 240 216 375
Decimal 160 142 253
Hex A0 8E FD

RGB Percentages of Color #a08efd

%28.83
%25.59
%45.59

CMYK Percentages of Color #a08efd

%37
%44
%0
%1

Triadic Colors of #a08efd

#a08efd #fda08e #8efda0

Analogous Colors of #a08efd

#a08efd #d88efd #8eb4fd

Monochromatic Colors of #a08efd

#a08efd

Complementary Color

#a08efd #ebfd8e

#a08efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08efd Color CSS Codes

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

#a08efd Text Font Color

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

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


#a08efd Background Color

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

This div background color is #a08efd


#a08efd Border Color

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

This div border color is #a08efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08efd

Related Colors


Comments

No comments written yet.

Please login to write comment.