Color Hex Logo

#a755da Color Hex

#A755DA
(167,85,218)
0 Favorites   0 Comments

Color spaces of #a755da

RGB 16785218
HSL0.770.640.59
HSV277°61°85°
CMYK 0.230.610.00   0.15
XYZ31.839719.774468.4684
Yxy19.77440.26510.1647
Hunter Lab44.468449.9875-60.1614
CIE-Lab51.581255.9555-54.8265

#a755da color RGB value is (167,85,218).

#a755da hex color red value is 167, green value is 85 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a755da hue: 0.77 , saturation: 0.64 and the lightness value of a755da is 0.59.

The process color (four color CMYK) of #a755da color hex is 0.23, 0.61, 0.00, 0.15. Web safe color of #a755da is #9966cc. Color #a755da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010101 11011010
Octal 247 125 332
Decimal 167 85 218
Hex A7 55 DA

RGB Percentages of Color #a755da

%35.53
%18.09
%46.38

CMYK Percentages of Color #a755da

%23
%61
%0
%15

Triadic Colors of #a755da

#a755da #daa755 #55daa7

Analogous Colors of #a755da

#a755da #da55cb #6555da

Monochromatic Colors of #a755da

#a755da

Complementary Color

#a755da #88da55

#a755da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a755da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a755da Color CSS Codes

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

#a755da Text Font Color

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

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


#a755da Background Color

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

This div background color is #a755da


#a755da Border Color

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

This div border color is #a755da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a755da


Comments

No comments written yet.

Please login to write comment.