Color Hex Logo

#a755ea Color Hex

#A755EA
(167,85,234)
0 Favorites   0 Comments

Color spaces of #a755ea

RGB 16785234
HSL0.760.780.63
HSV273°64°92°
CMYK 0.290.640.00   0.08
XYZ34.036120.653080.0344
Yxy20.65300.25260.1533
Hunter Lab45.445654.1564-72.6040
CIE-Lab52.567659.5116-62.2765

#a755ea color RGB value is (167,85,234).

#a755ea hex color red value is 167, green value is 85 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a755ea hue: 0.76 , saturation: 0.78 and the lightness value of a755ea is 0.63.

The process color (four color CMYK) of #a755ea color hex is 0.29, 0.64, 0.00, 0.08. Web safe color of #a755ea is #9966ff. Color #a755ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010101 11101010
Octal 247 125 352
Decimal 167 85 234
Hex A7 55 EA

RGB Percentages of Color #a755ea

%34.36
%17.49
%48.15

CMYK Percentages of Color #a755ea

%29
%64
%0
%8

Triadic Colors of #a755ea

#a755ea #eaa755 #55eaa7

Analogous Colors of #a755ea

#a755ea #ea55e3 #5d55ea

Monochromatic Colors of #a755ea

#a755ea

Complementary Color

#a755ea #98ea55

#a755ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a755ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a755ea Color CSS Codes

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

#a755ea Text Font Color

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

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


#a755ea Background Color

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

This div background color is #a755ea


#a755ea Border Color

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

This div border color is #a755ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,85,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a755ea


Comments

No comments written yet.

Please login to write comment.