Color Hex Logo

#a55cbc Color Hex

#A55CBC
(165,92,188)
0 Favorites   0 Comments

Color spaces of #a55cbc

RGB 16592188
HSL0.790.420.55
HSV286°51°74°
CMYK 0.120.510.00   0.26
XYZ28.421319.284549.8013
Yxy19.28450.29150.1978
Hunter Lab43.914138.6758-36.4986
CIE-Lab51.018445.4805-38.5466

#a55cbc color RGB value is (165,92,188).

#a55cbc hex color red value is 165, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a55cbc hue: 0.79 , saturation: 0.42 and the lightness value of a55cbc is 0.55.

The process color (four color CMYK) of #a55cbc color hex is 0.12, 0.51, 0.00, 0.26. Web safe color of #a55cbc is #9966cc. Color #a55cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011100 10111100
Octal 245 134 274
Decimal 165 92 188
Hex A5 5C BC

RGB Percentages of Color #a55cbc

%37.08
%20.67
%42.25

CMYK Percentages of Color #a55cbc

%12
%51
%0
%26

Triadic Colors of #a55cbc

#a55cbc #bca55c #5cbca5

Analogous Colors of #a55cbc

#a55cbc #bc5ca3 #755cbc

Monochromatic Colors of #a55cbc

#a55cbc

Complementary Color

#a55cbc #73bc5c

#a55cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55cbc Color CSS Codes

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

#a55cbc Text Font Color

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

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


#a55cbc Background Color

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

This div background color is #a55cbc


#a55cbc Border Color

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

This div border color is #a55cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,92,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55cbc


Comments

No comments written yet.

Please login to write comment.