Color Hex Logo

#a754cf Color Hex

#A754CF
(167,84,207)
0 Favorites   0 Comments

Color spaces of #a754cf

RGB 16784207
HSL0.780.560.57
HSV280°59°81°
CMYK 0.190.590.00   0.19
XYZ30.369219.061161.1100
Yxy19.06110.27470.1724
Hunter Lab43.659047.7613-52.4275
CIE-Lab50.758654.0706-49.8724

#a754cf color RGB value is (167,84,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010100 11001111
Octal 247 124 317
Decimal 167 84 207
Hex A7 54 CF

RGB Percentages of Color #a754cf

%36.46
%18.34
%45.20

CMYK Percentages of Color #a754cf

%19
%59
%0
%19

Triadic Colors of #a754cf

#a754cf #cfa754 #54cfa7

Analogous Colors of #a754cf

#a754cf #cf54ba #6a54cf

Monochromatic Colors of #a754cf

#a754cf

Complementary Color

#a754cf #7ccf54

#a754cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a754cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a754cf Color CSS Codes

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

#a754cf Text Font Color

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

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


#a754cf Background Color

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

This div background color is #a754cf


#a754cf Border Color

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

This div border color is #a754cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a754cf


Comments

No comments written yet.

Please login to write comment.