Color Hex Logo

#a504cb Color Hex

#A504CB
(165,4,203)
0 Favorites   0 Comments

Color spaces of #a504cb

RGB 1654203
HSL0.800.960.41
HSV289°98°80°
CMYK 0.190.980.00   0.20
XYZ26.340012.398057.5047
Yxy12.39800.27370.1288
Hunter Lab35.210871.9109-72.1822
CIE-Lab41.841876.6655-61.9359

#a504cb color RGB value is (165,4,203).

#a504cb hex color red value is 165, green value is 4 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a504cb hue: 0.80 , saturation: 0.96 and the lightness value of a504cb is 0.41.

The process color (four color CMYK) of #a504cb color hex is 0.19, 0.98, 0.00, 0.20. Web safe color of #a504cb is #9900cc. Color #a504cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000100 11001011
Octal 245 4 313
Decimal 165 4 203
Hex A5 4 CB

RGB Percentages of Color #a504cb

%44.35
%1.08
%54.57

CMYK Percentages of Color #a504cb

%19
%98
%0
%20

Triadic Colors of #a504cb

#a504cb #cba504 #04cba5

Analogous Colors of #a504cb

#a504cb #cb048e #4204cb

Monochromatic Colors of #a504cb

#a504cb

Complementary Color

#a504cb #2acb04

#a504cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a504cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a504cb Color CSS Codes

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

#a504cb Text Font Color

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

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


#a504cb Background Color

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

This div background color is #a504cb


#a504cb Border Color

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

This div border color is #a504cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a504cb


Comments

No comments written yet.

Please login to write comment.