Color Hex Logo

#a77cec Color Hex

#A77CEC
(167,124,236)
0 Favorites   0 Comments

Color spaces of #a77cec

RGB 167124236
HSL0.730.750.71
HSV263°47°93°
CMYK 0.290.470.00   0.07
XYZ38.284328.686982.8762
Yxy28.68690.25550.1914
Hunter Lab53.560233.8599-54.2502
CIE-Lab60.504339.4988-50.7041

#a77cec color RGB value is (167,124,236).

#a77cec hex color red value is 167, green value is 124 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a77cec hue: 0.73 , saturation: 0.75 and the lightness value of a77cec is 0.71.

The process color (four color CMYK) of #a77cec color hex is 0.29, 0.47, 0.00, 0.07. Web safe color of #a77cec is #9966ff. Color #a77cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111100 11101100
Octal 247 174 354
Decimal 167 124 236
Hex A7 7C EC

RGB Percentages of Color #a77cec

%31.69
%23.53
%44.78

CMYK Percentages of Color #a77cec

%29
%47
%0
%7

Triadic Colors of #a77cec

#a77cec #eca77c #7ceca7

Analogous Colors of #a77cec

#a77cec #df7cec #7c89ec

Monochromatic Colors of #a77cec

#a77cec

Complementary Color

#a77cec #c1ec7c

#a77cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a77cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a77cec Color CSS Codes

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

#a77cec Text Font Color

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

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


#a77cec Background Color

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

This div background color is #a77cec


#a77cec Border Color

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

This div border color is #a77cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a77cec


Comments

No comments written yet.

Please login to write comment.