Color Hex Logo

#a74aeb Color Hex

#A74AEB
(167,74,235)
0 Favorites   0 Comments

Color spaces of #a74aeb

RGB 16774235
HSL0.760.800.61
HSV275°69°92°
CMYK 0.290.690.00   0.08
XYZ33.380519.111280.5267
Yxy19.11120.25090.1437
Hunter Lab43.716459.7936-78.6123
CIE-Lab50.817164.7626-65.6640

#a74aeb color RGB value is (167,74,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001010 11101011
Octal 247 112 353
Decimal 167 74 235
Hex A7 4A EB

RGB Percentages of Color #a74aeb

%35.08
%15.55
%49.37

CMYK Percentages of Color #a74aeb

%29
%69
%0
%8

Triadic Colors of #a74aeb

#a74aeb #eba74a #4aeba7

Analogous Colors of #a74aeb

#a74aeb #eb4adf #574aeb

Monochromatic Colors of #a74aeb

#a74aeb

Complementary Color

#a74aeb #8eeb4a

#a74aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74aeb Color CSS Codes

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

#a74aeb Text Font Color

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

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


#a74aeb Background Color

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

This div background color is #a74aeb


#a74aeb Border Color

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

This div border color is #a74aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74aeb


Comments

No comments written yet.

Please login to write comment.