Color Hex Logo

#a853bf Color Hex

#A853BF
(168,83,191)
0 Favorites   0 Comments

Color spaces of #a853bf

RGB 16883191
HSL0.800.460.54
HSV287°57°75°
CMYK 0.120.570.00   0.25
XYZ28.645718.272951.3074
Yxy18.27290.29160.1860
Hunter Lab42.746844.8104-41.2408
CIE-Lab49.825451.5002-42.1414

#a853bf color RGB value is (168,83,191).

#a853bf hex color red value is 168, green value is 83 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a853bf hue: 0.80 , saturation: 0.46 and the lightness value of a853bf is 0.54.

The process color (four color CMYK) of #a853bf color hex is 0.12, 0.57, 0.00, 0.25. Web safe color of #a853bf is #9966cc. Color #a853bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010011 10111111
Octal 250 123 277
Decimal 168 83 191
Hex A8 53 BF

RGB Percentages of Color #a853bf

%38.01
%18.78
%43.21

CMYK Percentages of Color #a853bf

%12
%57
%0
%25

Triadic Colors of #a853bf

#a853bf #bfa853 #53bfa8

Analogous Colors of #a853bf

#a853bf #bf53a0 #7253bf

Monochromatic Colors of #a853bf

#a853bf

Complementary Color

#a853bf #6abf53

#a853bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a853bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a853bf Color CSS Codes

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

#a853bf Text Font Color

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

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


#a853bf Background Color

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

This div background color is #a853bf


#a853bf Border Color

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

This div border color is #a853bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,83,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a853bf


Comments

No comments written yet.

Please login to write comment.