Color Hex Logo

#a74beb Color Hex

#A74BEB
(167,75,235)
0 Favorites   0 Comments

Color spaces of #a74beb

RGB 16775235
HSL0.760.800.61
HSV275°68°92°
CMYK 0.290.680.00   0.08
XYZ33.447819.245880.5492
Yxy19.24580.25100.1444
Hunter Lab43.870059.3211-78.1526
CIE-Lab50.973564.3250-65.4111

#a74beb color RGB value is (167,75,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001011 11101011
Octal 247 113 353
Decimal 167 75 235
Hex A7 4B EB

RGB Percentages of Color #a74beb

%35.01
%15.72
%49.27

CMYK Percentages of Color #a74beb

%29
%68
%0
%8

Triadic Colors of #a74beb

#a74beb #eba74b #4beba7

Analogous Colors of #a74beb

#a74beb #eb4bdf #574beb

Monochromatic Colors of #a74beb

#a74beb

Complementary Color

#a74beb #8feb4b

#a74beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74beb Color CSS Codes

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

#a74beb Text Font Color

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

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


#a74beb Background Color

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

This div background color is #a74beb


#a74beb Border Color

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

This div border color is #a74beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74beb


Comments

No comments written yet.

Please login to write comment.