Color Hex Logo

#a07dee Color Hex

#A07DEE
(160,125,238)
0 Favorites   0 Comments

Color spaces of #a07dee

RGB 160125238
HSL0.720.770.71
HSV259°47°93°
CMYK 0.330.470.00   0.07
XYZ37.263428.313984.3900
Yxy28.31390.24850.1888
Hunter Lab53.210831.8842-56.7838
CIE-Lab60.171337.6224-52.3834

#a07dee color RGB value is (160,125,238).

#a07dee hex color red value is 160, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a07dee hue: 0.72 , saturation: 0.77 and the lightness value of a07dee is 0.71.

The process color (four color CMYK) of #a07dee color hex is 0.33, 0.47, 0.00, 0.07. Web safe color of #a07dee is #9966ff. Color #a07dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111101 11101110
Octal 240 175 356
Decimal 160 125 238
Hex A0 7D EE

RGB Percentages of Color #a07dee

%30.59
%23.90
%45.51

CMYK Percentages of Color #a07dee

%33
%47
%0
%7

Triadic Colors of #a07dee

#a07dee #eea07d #7deea0

Analogous Colors of #a07dee

#a07dee #d97dee #7d93ee

Monochromatic Colors of #a07dee

#a07dee

Complementary Color

#a07dee #cbee7d

#a07dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07dee Color CSS Codes

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

#a07dee Text Font Color

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

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


#a07dee Background Color

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

This div background color is #a07dee


#a07dee Border Color

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

This div border color is #a07dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07dee


Comments

No comments written yet.

Please login to write comment.