Color Hex Logo

#a84bec Color Hex

#A84BEC
(168,75,236)
0 Favorites   0 Comments

Color spaces of #a84bec

RGB 16875236
HSL0.760.810.61
HSV275°68°93°
CMYK 0.290.680.00   0.07
XYZ33.804819.413181.3223
Yxy19.41310.25130.1443
Hunter Lab44.060359.8467-78.5896
CIE-Lab51.167164.7424-65.6543

#a84bec color RGB value is (168,75,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001011 11101100
Octal 250 113 354
Decimal 168 75 236
Hex A8 4B EC

RGB Percentages of Color #a84bec

%35.07
%15.66
%49.27

CMYK Percentages of Color #a84bec

%29
%68
%0
%7

Triadic Colors of #a84bec

#a84bec #eca84b #4beca8

Analogous Colors of #a84bec

#a84bec #ec4be0 #584bec

Monochromatic Colors of #a84bec

#a84bec

Complementary Color

#a84bec #8fec4b

#a84bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84bec Color CSS Codes

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

#a84bec Text Font Color

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

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


#a84bec Background Color

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

This div background color is #a84bec


#a84bec Border Color

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

This div border color is #a84bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84bec


Comments

No comments written yet.

Please login to write comment.