Color Hex Logo

#a50ccb Color Hex

#A50CCB
(165,12,203)
0 Favorites   0 Comments

Color spaces of #a50ccb

RGB 16512203
HSL0.800.890.42
HSV288°94°80°
CMYK 0.190.940.00   0.20
XYZ26.428012.574157.5340
Yxy12.57410.27380.1303
Hunter Lab35.460070.9795-71.3764
CIE-Lab42.114475.8532-61.4934

#a50ccb color RGB value is (165,12,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001100 11001011
Octal 245 14 313
Decimal 165 12 203
Hex A5 C CB

RGB Percentages of Color #a50ccb

%43.42
%3.16
%53.42

CMYK Percentages of Color #a50ccb

%19
%94
%0
%20

Triadic Colors of #a50ccb

#a50ccb #cba50c #0ccba5

Analogous Colors of #a50ccb

#a50ccb #cb0c92 #460ccb

Monochromatic Colors of #a50ccb

#a50ccb

Complementary Color

#a50ccb #32cb0c

#a50ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50ccb Color CSS Codes

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

#a50ccb Text Font Color

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

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


#a50ccb Background Color

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

This div background color is #a50ccb


#a50ccb Border Color

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

This div border color is #a50ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50ccb


Comments

No comments written yet.

Please login to write comment.