Color Hex Logo

#a849bf Color Hex

#A849BF
(168,73,191)
0 Favorites   0 Comments

Color spaces of #a849bf

RGB 16873191
HSL0.800.480.52
HSV288°62°75°
CMYK 0.120.620.00   0.25
XYZ27.935016.851551.0705
Yxy16.85150.29140.1758
Hunter Lab41.050649.6311-45.0265
CIE-Lab48.072456.2610-44.9241

#a849bf color RGB value is (168,73,191).

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

The process color (four color CMYK) of #a849bf color hex is 0.12, 0.62, 0.00, 0.25. Web safe color of #a849bf is #9933cc. Color #a849bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001001 10111111
Octal 250 111 277
Decimal 168 73 191
Hex A8 49 BF

RGB Percentages of Color #a849bf

%38.89
%16.90
%44.21

CMYK Percentages of Color #a849bf

%12
%62
%0
%25

Triadic Colors of #a849bf

#a849bf #bfa849 #49bfa8

Analogous Colors of #a849bf

#a849bf #bf499b #6d49bf

Monochromatic Colors of #a849bf

#a849bf

Complementary Color

#a849bf #60bf49

#a849bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a849bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a849bf Color CSS Codes

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

#a849bf Text Font Color

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

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


#a849bf Background Color

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

This div background color is #a849bf


#a849bf Border Color

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

This div border color is #a849bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a849bf


Comments

No comments written yet.

Please login to write comment.