Color Hex Logo

#a84bed Color Hex

#A84BED
(168,75,237)
2 Favorites   0 Comments

Color spaces of #a84bed

RGB 16875237
HSL0.760.820.61
HSV274°68°93°
CMYK 0.290.680.00   0.07
XYZ33.950619.471482.0897
Yxy19.47140.25050.1437
Hunter Lab44.126460.1156-79.4105
CIE-Lab51.234264.9614-66.1075

#a84bed color RGB value is (168,75,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001011 11101101
Octal 250 113 355
Decimal 168 75 237
Hex A8 4B ED

RGB Percentages of Color #a84bed

%35.00
%15.63
%49.38

CMYK Percentages of Color #a84bed

%29
%68
%0
%7

Triadic Colors of #a84bed

#a84bed #eda84b #4beda8

Analogous Colors of #a84bed

#a84bed #ed4be1 #574bed

Monochromatic Colors of #a84bed

#a84bed

Complementary Color

#a84bed #90ed4b

#a84bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84bed Color CSS Codes

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

#a84bed Text Font Color

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

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


#a84bed Background Color

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

This div background color is #a84bed


#a84bed Border Color

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

This div border color is #a84bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84bed

#a84bed Color Palettes


Comments

No comments written yet.

Please login to write comment.