Color Hex Logo

#a755db Color Hex

#A755DB
(167,85,219)
0 Favorites   0 Comments

Color spaces of #a755db

RGB 16785219
HSL0.770.650.60
HSV277°61°86°
CMYK 0.240.610.00   0.14
XYZ31.971019.827069.1598
Yxy19.82700.26430.1639
Hunter Lab44.527550.2408-60.9195
CIE-Lab51.641056.1741-55.2981

#a755db color RGB value is (167,85,219).

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

The process color (four color CMYK) of #a755db color hex is 0.24, 0.61, 0.00, 0.14. Web safe color of #a755db is #9966cc. Color #a755db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010101 11011011
Octal 247 125 333
Decimal 167 85 219
Hex A7 55 DB

RGB Percentages of Color #a755db

%35.46
%18.05
%46.50

CMYK Percentages of Color #a755db

%24
%61
%0
%14

Triadic Colors of #a755db

#a755db #dba755 #55dba7

Analogous Colors of #a755db

#a755db #db55cc #6455db

Monochromatic Colors of #a755db

#a755db

Complementary Color

#a755db #89db55

#a755db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a755db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a755db Color CSS Codes

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

#a755db Text Font Color

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

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


#a755db Background Color

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

This div background color is #a755db


#a755db Border Color

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

This div border color is #a755db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a755db


Comments

No comments written yet.

Please login to write comment.