Color Hex Logo

#a835af Color Hex

#A835AF
(168,53,175)
0 Favorites   0 Comments

Color spaces of #a835af

RGB 16853175
HSL0.820.540.45
HSV297°70°69°
CMYK 0.040.700.00   0.31
XYZ25.159413.966241.9271
Yxy13.96620.31040.1723
Hunter Lab37.371454.7710-40.3577
CIE-Lab44.184461.6230-41.7378

#a835af color RGB value is (168,53,175).

#a835af hex color red value is 168, green value is 53 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a835af hue: 0.82 , saturation: 0.54 and the lightness value of a835af is 0.45.

The process color (four color CMYK) of #a835af color hex is 0.04, 0.70, 0.00, 0.31. Web safe color of #a835af is #993399. Color #a835af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110101 10101111
Octal 250 65 257
Decimal 168 53 175
Hex A8 35 AF

RGB Percentages of Color #a835af

%42.42
%13.38
%44.19

CMYK Percentages of Color #a835af

%4
%70
%0
%31

Triadic Colors of #a835af

#a835af #afa835 #35afa8

Analogous Colors of #a835af

#a835af #af3579 #6b35af

Monochromatic Colors of #a835af

#a835af

Complementary Color

#a835af #3caf35

#a835af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a835af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a835af Color CSS Codes

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

#a835af Text Font Color

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

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


#a835af Background Color

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

This div background color is #a835af


#a835af Border Color

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

This div border color is #a835af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a835af


Comments

No comments written yet.

Please login to write comment.