Color Hex Logo

#a074bb Color Hex

#A074BB
(160,116,187)
0 Favorites   0 Comments

Color spaces of #a074bb

RGB 160116187
HSL0.770.340.59
HSV277°38°73°
CMYK 0.140.380.00   0.27
XYZ29.712223.552249.9937
Yxy23.55220.28770.2281
Hunter Lab48.530624.3556-27.1060
CIE-Lab55.636630.5617-30.7823

#a074bb color RGB value is (160,116,187).

#a074bb hex color red value is 160, green value is 116 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a074bb hue: 0.77 , saturation: 0.34 and the lightness value of a074bb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 10111011
Octal 240 164 273
Decimal 160 116 187
Hex A0 74 BB

RGB Percentages of Color #a074bb

%34.56
%25.05
%40.39

CMYK Percentages of Color #a074bb

%14
%38
%0
%27

Triadic Colors of #a074bb

#a074bb #bba074 #74bba0

Analogous Colors of #a074bb

#a074bb #bb74b3 #7d74bb

Monochromatic Colors of #a074bb

#a074bb

Complementary Color

#a074bb #8fbb74

#a074bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a074bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a074bb Color CSS Codes

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

#a074bb Text Font Color

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

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


#a074bb Background Color

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

This div background color is #a074bb


#a074bb Border Color

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

This div border color is #a074bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a074bb


Comments

No comments written yet.

Please login to write comment.