Color Hex Logo

#a770cf Color Hex

#A770CF
(167,112,207)
0 Favorites   0 Comments

Color spaces of #a770cf

RGB 167112207
HSL0.760.500.63
HSV275°46°81°
CMYK 0.190.460.00   0.19
XYZ32.993024.308861.9846
Yxy24.30880.27660.2038
Hunter Lab49.304033.1659-40.0262
CIE-Lab56.395739.3466-40.9367

#a770cf color RGB value is (167,112,207).

#a770cf hex color red value is 167, green value is 112 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a770cf hue: 0.76 , saturation: 0.50 and the lightness value of a770cf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110000 11001111
Octal 247 160 317
Decimal 167 112 207
Hex A7 70 CF

RGB Percentages of Color #a770cf

%34.36
%23.05
%42.59

CMYK Percentages of Color #a770cf

%19
%46
%0
%19

Triadic Colors of #a770cf

#a770cf #cfa770 #70cfa7

Analogous Colors of #a770cf

#a770cf #cf70c8 #7870cf

Monochromatic Colors of #a770cf

#a770cf

Complementary Color

#a770cf #98cf70

#a770cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a770cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a770cf Color CSS Codes

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

#a770cf Text Font Color

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

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


#a770cf Background Color

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

This div background color is #a770cf


#a770cf Border Color

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

This div border color is #a770cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a770cf


Comments

No comments written yet.

Please login to write comment.