Color Hex Logo

#a44bec Color Hex

#A44BEC
(164,75,236)
0 Favorites   0 Comments

Color spaces of #a44bec

RGB 16475236
HSL0.760.810.61
HSV273°68°93°
CMYK 0.310.680.00   0.07
XYZ32.966218.980881.2830
Yxy18.98080.24740.1425
Hunter Lab43.567058.8250-80.1206
CIE-Lab50.664763.9536-66.4911

#a44bec color RGB value is (164,75,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001011 11101100
Octal 244 113 354
Decimal 164 75 236
Hex A4 4B EC

RGB Percentages of Color #a44bec

%34.53
%15.79
%49.68

CMYK Percentages of Color #a44bec

%31
%68
%0
%7

Triadic Colors of #a44bec

#a44bec #eca44b #4beca4

Analogous Colors of #a44bec

#a44bec #ec4be4 #544bec

Monochromatic Colors of #a44bec

#a44bec

Complementary Color

#a44bec #93ec4b

#a44bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a44bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a44bec Color CSS Codes

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

#a44bec Text Font Color

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

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


#a44bec Background Color

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

This div background color is #a44bec


#a44bec Border Color

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

This div border color is #a44bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a44bec


Comments

No comments written yet.

Please login to write comment.