Color Hex Logo

#a06bcf Color Hex

#A06BCF
(160,107,207)
0 Favorites   0 Comments

Color spaces of #a06bcf

RGB 160107207
HSL0.760.510.62
HSV272°48°81°
CMYK 0.230.480.00   0.19
XYZ31.017422.494061.7385
Yxy22.49400.26910.1952
Hunter Lab47.427833.7387-43.9804
CIE-Lab54.547340.1551-43.9039

#a06bcf color RGB value is (160,107,207).

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

The process color (four color CMYK) of #a06bcf color hex is 0.23, 0.48, 0.00, 0.19. Web safe color of #a06bcf is #9966cc. Color #a06bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101011 11001111
Octal 240 153 317
Decimal 160 107 207
Hex A0 6B CF

RGB Percentages of Color #a06bcf

%33.76
%22.57
%43.67

CMYK Percentages of Color #a06bcf

%23
%48
%0
%19

Triadic Colors of #a06bcf

#a06bcf #cfa06b #6bcfa0

Analogous Colors of #a06bcf

#a06bcf #cf6bcc #6e6bcf

Monochromatic Colors of #a06bcf

#a06bcf

Complementary Color

#a06bcf #9acf6b

#a06bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06bcf Color CSS Codes

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

#a06bcf Text Font Color

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

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


#a06bcf Background Color

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

This div background color is #a06bcf


#a06bcf Border Color

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

This div border color is #a06bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06bcf


Comments

No comments written yet.

Please login to write comment.