Color Hex Logo

#a451af Color Hex

#A451AF
(164,81,175)
0 Favorites   0 Comments

Color spaces of #a451af

RGB 16481175
HSL0.810.370.50
HSV293°54°69°
CMYK 0.060.540.00   0.31
XYZ25.990116.872542.4443
Yxy16.87250.30470.1978
Hunter Lab41.076141.0590-32.5115
CIE-Lab48.099048.2450-35.5844

#a451af color RGB value is (164,81,175).

#a451af hex color red value is 164, green value is 81 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a451af hue: 0.81 , saturation: 0.37 and the lightness value of a451af is 0.50.

The process color (four color CMYK) of #a451af color hex is 0.06, 0.54, 0.00, 0.31. Web safe color of #a451af is #996699. Color #a451af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01010001 10101111
Octal 244 121 257
Decimal 164 81 175
Hex A4 51 AF

RGB Percentages of Color #a451af

%39.05
%19.29
%41.67

CMYK Percentages of Color #a451af

%6
%54
%0
%31

Triadic Colors of #a451af

#a451af #afa451 #51afa4

Analogous Colors of #a451af

#a451af #af518b #7551af

Monochromatic Colors of #a451af

#a451af

Complementary Color

#a451af #5caf51

#a451af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a451af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a451af Color CSS Codes

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

#a451af Text Font Color

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

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


#a451af Background Color

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

This div background color is #a451af


#a451af Border Color

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

This div border color is #a451af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,81,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a451af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a451af;
  -webkit-box-shadow: 1px 1px 3px 2px #a451af;
  box-shadow:         1px 1px 3px 2px #a451af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,81,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a451af


Comments

No comments written yet.

Please login to write comment.