Color Hex Logo

#a07bde Color Hex

#A07BDE
(160,123,222)
0 Favorites   0 Comments

Color spaces of #a07bde

RGB 160123222
HSL0.730.600.68
HSV262°45°87°
CMYK 0.280.450.00   0.13
XYZ34.765026.913472.4697
Yxy26.91340.25920.2006
Hunter Lab51.878128.8312-46.5088
CIE-Lab58.894134.7591-45.4929

#a07bde color RGB value is (160,123,222).

#a07bde hex color red value is 160, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a07bde hue: 0.73 , saturation: 0.60 and the lightness value of a07bde is 0.68.

The process color (four color CMYK) of #a07bde color hex is 0.28, 0.45, 0.00, 0.13. Web safe color of #a07bde is #9966cc. Color #a07bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111011 11011110
Octal 240 173 336
Decimal 160 123 222
Hex A0 7B DE

RGB Percentages of Color #a07bde

%31.68
%24.36
%43.96

CMYK Percentages of Color #a07bde

%28
%45
%0
%13

Triadic Colors of #a07bde

#a07bde #dea07b #7bdea0

Analogous Colors of #a07bde

#a07bde #d27bde #7b88de

Monochromatic Colors of #a07bde

#a07bde

Complementary Color

#a07bde #b9de7b

#a07bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07bde Color CSS Codes

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

#a07bde Text Font Color

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

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


#a07bde Background Color

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

This div background color is #a07bde


#a07bde Border Color

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

This div border color is #a07bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07bde


Comments

No comments written yet.

Please login to write comment.