Color Hex Logo

#a74aec Color Hex

#A74AEC
(167,74,236)
0 Favorites   0 Comments

Color spaces of #a74aec

RGB 16774236
HSL0.760.810.61
HSV274°69°93°
CMYK 0.290.690.00   0.07
XYZ33.525519.169281.2899
Yxy19.16920.25020.1431
Hunter Lab43.782660.0624-79.4341
CIE-Lab50.884664.9816-66.1172

#a74aec color RGB value is (167,74,236).

#a74aec hex color red value is 167, green value is 74 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a74aec hue: 0.76 , saturation: 0.81 and the lightness value of a74aec is 0.61.

The process color (four color CMYK) of #a74aec color hex is 0.29, 0.69, 0.00, 0.07. Web safe color of #a74aec is #9933ff. Color #a74aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001010 11101100
Octal 247 112 354
Decimal 167 74 236
Hex A7 4A EC

RGB Percentages of Color #a74aec

%35.01
%15.51
%49.48

CMYK Percentages of Color #a74aec

%29
%69
%0
%7

Triadic Colors of #a74aec

#a74aec #eca74a #4aeca7

Analogous Colors of #a74aec

#a74aec #ec4ae0 #564aec

Monochromatic Colors of #a74aec

#a74aec

Complementary Color

#a74aec #8fec4a

#a74aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74aec Color CSS Codes

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

#a74aec Text Font Color

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

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


#a74aec Background Color

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

This div background color is #a74aec


#a74aec Border Color

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

This div border color is #a74aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74aec


Comments

No comments written yet.

Please login to write comment.