Color Hex Logo

#a51ccb Color Hex

#A51CCB
(165,28,203)
0 Favorites   0 Comments

Color spaces of #a51ccb

RGB 16528203
HSL0.800.760.45
HSV287°86°80°
CMYK 0.190.860.00   0.20
XYZ26.711813.141657.6286
Yxy13.14160.27400.1348
Hunter Lab36.251368.0879-68.8771
CIE-Lab42.975873.3041-60.0967

#a51ccb color RGB value is (165,28,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011100 11001011
Octal 245 34 313
Decimal 165 28 203
Hex A5 1C CB

RGB Percentages of Color #a51ccb

%41.67
%7.07
%51.26

CMYK Percentages of Color #a51ccb

%19
%86
%0
%20

Triadic Colors of #a51ccb

#a51ccb #cba51c #1ccba5

Analogous Colors of #a51ccb

#a51ccb #cb1c9a #4e1ccb

Monochromatic Colors of #a51ccb

#a51ccb

Complementary Color

#a51ccb #42cb1c

#a51ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51ccb Color CSS Codes

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

#a51ccb Text Font Color

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

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


#a51ccb Background Color

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

This div background color is #a51ccb


#a51ccb Border Color

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

This div border color is #a51ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51ccb


Comments

No comments written yet.

Please login to write comment.