Color Hex Logo

#a07def Color Hex

#A07DEF
(160,125,239)
0 Favorites   0 Comments

Color spaces of #a07def

RGB 160125239
HSL0.720.780.71
HSV258°48°94°
CMYK 0.330.480.00   0.06
XYZ37.410828.372885.1661
Yxy28.37280.24780.1880
Hunter Lab53.266132.1515-57.5113
CIE-Lab60.224137.8768-52.8538

#a07def color RGB value is (160,125,239).

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

The process color (four color CMYK) of #a07def color hex is 0.33, 0.48, 0.00, 0.06. Web safe color of #a07def is #9966ff. Color #a07def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111101 11101111
Octal 240 175 357
Decimal 160 125 239
Hex A0 7D EF

RGB Percentages of Color #a07def

%30.53
%23.85
%45.61

CMYK Percentages of Color #a07def

%33
%48
%0
%6

Triadic Colors of #a07def

#a07def #efa07d #7defa0

Analogous Colors of #a07def

#a07def #d97def #7d93ef

Monochromatic Colors of #a07def

#a07def

Complementary Color

#a07def #ccef7d

#a07def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07def Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07def Color CSS Codes

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

#a07def Text Font Color

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

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


#a07def Background Color

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

This div background color is #a07def


#a07def Border Color

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

This div border color is #a07def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07def


Comments

No comments written yet.

Please login to write comment.