Color Hex Logo

#a044cb Color Hex

#A044CB
(160,68,203)
0 Favorites   0 Comments

Color spaces of #a044cb

RGB 16068203
HSL0.780.560.53
HSV281°67°80°
CMYK 0.210.670.00   0.20
XYZ27.343815.919658.1315
Yxy15.91960.26970.1570
Hunter Lab39.899452.5055-58.4532
CIE-Lab46.868859.0868-53.8539

#a044cb color RGB value is (160,68,203).

#a044cb hex color red value is 160, green value is 68 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a044cb hue: 0.78 , saturation: 0.56 and the lightness value of a044cb is 0.53.

The process color (four color CMYK) of #a044cb color hex is 0.21, 0.67, 0.00, 0.20. Web safe color of #a044cb is #9933cc. Color #a044cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000100 11001011
Octal 240 104 313
Decimal 160 68 203
Hex A0 44 CB

RGB Percentages of Color #a044cb

%37.12
%15.78
%47.10

CMYK Percentages of Color #a044cb

%21
%67
%0
%20

Triadic Colors of #a044cb

#a044cb #cba044 #44cba0

Analogous Colors of #a044cb

#a044cb #cb44b3 #5c44cb

Monochromatic Colors of #a044cb

#a044cb

Complementary Color

#a044cb #6fcb44

#a044cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a044cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a044cb Color CSS Codes

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

#a044cb Text Font Color

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

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


#a044cb Background Color

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

This div background color is #a044cb


#a044cb Border Color

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

This div border color is #a044cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,68,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a044cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a044cb;
  -webkit-box-shadow: 1px 1px 3px 2px #a044cb;
  box-shadow:         1px 1px 3px 2px #a044cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,68,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a044cb


Comments

No comments written yet.

Please login to write comment.