Color Hex Logo

#a551bc Color Hex

#A551BC
(165,81,188)
0 Favorites   0 Comments

Color spaces of #a551bc

RGB 16581188
HSL0.800.440.53
HSV287°57°74°
CMYK 0.120.570.00   0.26
XYZ27.536617.515049.5064
Yxy17.51500.29120.1852
Hunter Lab41.850944.2083-40.8398
CIE-Lab48.902551.0950-41.8900

#a551bc color RGB value is (165,81,188).

#a551bc hex color red value is 165, green value is 81 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a551bc hue: 0.80 , saturation: 0.44 and the lightness value of a551bc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010001 10111100
Octal 245 121 274
Decimal 165 81 188
Hex A5 51 BC

RGB Percentages of Color #a551bc

%38.02
%18.66
%43.32

CMYK Percentages of Color #a551bc

%12
%57
%0
%26

Triadic Colors of #a551bc

#a551bc #bca551 #51bca5

Analogous Colors of #a551bc

#a551bc #bc519e #7051bc

Monochromatic Colors of #a551bc

#a551bc

Complementary Color

#a551bc #68bc51

#a551bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a551bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a551bc Color CSS Codes

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

#a551bc Text Font Color

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

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


#a551bc Background Color

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

This div background color is #a551bc


#a551bc Border Color

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

This div border color is #a551bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a551bc


Comments

No comments written yet.

Please login to write comment.