Color Hex Logo

#a544cb Color Hex

#A544CB
(165,68,203)
0 Favorites   0 Comments

Color spaces of #a544cb

RGB 16568203
HSL0.790.560.53
HSV283°67°80°
CMYK 0.190.670.00   0.20
XYZ28.363716.445458.1793
Yxy16.44540.27540.1597
Hunter Lab40.552953.8796-56.6734
CIE-Lab47.553560.1894-52.7179

#a544cb color RGB value is (165,68,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01000100 11001011
Octal 245 104 313
Decimal 165 68 203
Hex A5 44 CB

RGB Percentages of Color #a544cb

%37.84
%15.60
%46.56

CMYK Percentages of Color #a544cb

%19
%67
%0
%20

Triadic Colors of #a544cb

#a544cb #cba544 #44cba5

Analogous Colors of #a544cb

#a544cb #cb44ae #6144cb

Monochromatic Colors of #a544cb

#a544cb

Complementary Color

#a544cb #6acb44

#a544cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a544cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a544cb Color CSS Codes

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

#a544cb Text Font Color

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

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


#a544cb Background Color

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

This div background color is #a544cb


#a544cb Border Color

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

This div border color is #a544cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a544cb


Comments

No comments written yet.

Please login to write comment.