Color Hex Logo

#a774ce Color Hex

#A774CE
(167,116,206)
0 Favorites   0 Comments

Color spaces of #a774ce

RGB 167116206
HSL0.760.480.63
HSV274°44°81°
CMYK 0.190.440.00   0.19
XYZ33.322325.162561.4931
Yxy25.16250.27770.2097
Hunter Lab50.162230.7919-37.5691
CIE-Lab57.233436.9008-39.0530

#a774ce color RGB value is (167,116,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110100 11001110
Octal 247 164 316
Decimal 167 116 206
Hex A7 74 CE

RGB Percentages of Color #a774ce

%34.15
%23.72
%42.13

CMYK Percentages of Color #a774ce

%19
%44
%0
%19

Triadic Colors of #a774ce

#a774ce #cea774 #74cea7

Analogous Colors of #a774ce

#a774ce #ce74c8 #7a74ce

Monochromatic Colors of #a774ce

#a774ce

Complementary Color

#a774ce #9bce74

#a774ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a774ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a774ce Color CSS Codes

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

#a774ce Text Font Color

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

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


#a774ce Background Color

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

This div background color is #a774ce


#a774ce Border Color

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

This div border color is #a774ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,116,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a774ce


Comments

No comments written yet.

Please login to write comment.