Color Hex Logo

#a07bbd Color Hex

#A07BBD
(160,123,189)
0 Favorites   0 Comments

Color spaces of #a07bbd

RGB 160123189
HSL0.760.330.61
HSV274°35°74°
CMYK 0.150.350.00   0.26
XYZ30.765525.313651.4086
Yxy25.31360.28620.2355
Hunter Lab50.312621.1033-25.3627
CIE-Lab57.379727.0119-29.2191

#a07bbd color RGB value is (160,123,189).

#a07bbd hex color red value is 160, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a07bbd hue: 0.76 , saturation: 0.33 and the lightness value of a07bbd is 0.61.

The process color (four color CMYK) of #a07bbd color hex is 0.15, 0.35, 0.00, 0.26. Web safe color of #a07bbd is #9966cc. Color #a07bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111011 10111101
Octal 240 173 275
Decimal 160 123 189
Hex A0 7B BD

RGB Percentages of Color #a07bbd

%33.90
%26.06
%40.04

CMYK Percentages of Color #a07bbd

%15
%35
%0
%26

Triadic Colors of #a07bbd

#a07bbd #bda07b #7bbda0

Analogous Colors of #a07bbd

#a07bbd #bd7bb9 #7f7bbd

Monochromatic Colors of #a07bbd

#a07bbd

Complementary Color

#a07bbd #98bd7b

#a07bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07bbd Color CSS Codes

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

#a07bbd Text Font Color

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

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


#a07bbd Background Color

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

This div background color is #a07bbd


#a07bbd Border Color

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

This div border color is #a07bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07bbd


Comments

No comments written yet.

Please login to write comment.