Color Hex Logo

#a551cf Color Hex

#A551CF
(165,81,207)
0 Favorites   0 Comments

Color spaces of #a551cf

RGB 16581207
HSL0.780.570.56
HSV280°61°81°
CMYK 0.200.610.00   0.19
XYZ29.722018.389261.0144
Yxy18.38920.27240.1685
Hunter Lab42.882648.6739-54.3413
CIE-Lab49.964855.0466-51.1550

#a551cf color RGB value is (165,81,207).

#a551cf hex color red value is 165, green value is 81 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a551cf hue: 0.78 , saturation: 0.57 and the lightness value of a551cf is 0.56.

The process color (four color CMYK) of #a551cf color hex is 0.20, 0.61, 0.00, 0.19. Web safe color of #a551cf is #9966cc. Color #a551cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01010001 11001111
Octal 245 121 317
Decimal 165 81 207
Hex A5 51 CF

RGB Percentages of Color #a551cf

%36.42
%17.88
%45.70

CMYK Percentages of Color #a551cf

%20
%61
%0
%19

Triadic Colors of #a551cf

#a551cf #cfa551 #51cfa5

Analogous Colors of #a551cf

#a551cf #cf51ba #6651cf

Monochromatic Colors of #a551cf

#a551cf

Complementary Color

#a551cf #7bcf51

#a551cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a551cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a551cf Color CSS Codes

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

#a551cf Text Font Color

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

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


#a551cf Background Color

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

This div background color is #a551cf


#a551cf Border Color

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

This div border color is #a551cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a551cf


Comments

No comments written yet.

Please login to write comment.