Color Hex Logo

#a05cbb Color Hex

#A05CBB
(160,92,187)
0 Favorites   0 Comments

Color spaces of #a05cbb

RGB 16092187
HSL0.790.410.55
HSV283°51°73°
CMYK 0.140.510.00   0.27
XYZ27.294018.715749.1877
Yxy18.71570.28670.1966
Hunter Lab43.261636.9087-37.1285
CIE-Lab50.352943.8687-39.0585

#a05cbb color RGB value is (160,92,187).

#a05cbb hex color red value is 160, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a05cbb hue: 0.79 , saturation: 0.41 and the lightness value of a05cbb is 0.55.

The process color (four color CMYK) of #a05cbb color hex is 0.14, 0.51, 0.00, 0.27. Web safe color of #a05cbb is #9966cc. Color #a05cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011100 10111011
Octal 240 134 273
Decimal 160 92 187
Hex A0 5C BB

RGB Percentages of Color #a05cbb

%36.45
%20.96
%42.60

CMYK Percentages of Color #a05cbb

%14
%51
%0
%27

Triadic Colors of #a05cbb

#a05cbb #bba05c #5cbba0

Analogous Colors of #a05cbb

#a05cbb #bb5ca7 #715cbb

Monochromatic Colors of #a05cbb

#a05cbb

Complementary Color

#a05cbb #77bb5c

#a05cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05cbb Color CSS Codes

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

#a05cbb Text Font Color

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

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


#a05cbb Background Color

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

This div background color is #a05cbb


#a05cbb Border Color

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

This div border color is #a05cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05cbb


Comments

No comments written yet.

Please login to write comment.