Color Hex Logo

#a07cbf Color Hex

#A07CBF
(160,124,191)
0 Favorites   0 Comments

Color spaces of #a07cbf

RGB 160124191
HSL0.760.340.62
HSV272°35°75°
CMYK 0.160.350.00   0.25
XYZ31.108825.650552.6016
Yxy25.65050.28450.2345
Hunter Lab50.646321.0101-26.1266
CIE-Lab57.703826.8871-29.8558

#a07cbf color RGB value is (160,124,191).

#a07cbf hex color red value is 160, green value is 124 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a07cbf hue: 0.76 , saturation: 0.34 and the lightness value of a07cbf is 0.62.

The process color (four color CMYK) of #a07cbf color hex is 0.16, 0.35, 0.00, 0.25. Web safe color of #a07cbf is #9966cc. Color #a07cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01111100 10111111
Octal 240 174 277
Decimal 160 124 191
Hex A0 7C BF

RGB Percentages of Color #a07cbf

%33.68
%26.11
%40.21

CMYK Percentages of Color #a07cbf

%16
%35
%0
%25

Triadic Colors of #a07cbf

#a07cbf #bfa07c #7cbfa0

Analogous Colors of #a07cbf

#a07cbf #bf7cbd #7f7cbf

Monochromatic Colors of #a07cbf

#a07cbf

Complementary Color

#a07cbf #9bbf7c

#a07cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07cbf Color CSS Codes

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

#a07cbf Text Font Color

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

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


#a07cbf Background Color

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

This div background color is #a07cbf


#a07cbf Border Color

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

This div border color is #a07cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07cbf


Comments

No comments written yet.

Please login to write comment.