Color Hex Logo

#a753de Color Hex

#A753DE
(167,83,222)
0 Favorites   0 Comments

Color spaces of #a753de

RGB 16783222
HSL0.770.680.60
HSV276°63°87°
CMYK 0.250.630.00   0.13
XYZ32.214419.675971.2072
Yxy19.67590.26170.1598
Hunter Lab44.357552.0089-64.1281
CIE-Lab51.468857.7969-57.2751

#a753de color RGB value is (167,83,222).

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

The process color (four color CMYK) of #a753de color hex is 0.25, 0.63, 0.00, 0.13. Web safe color of #a753de is #9966cc. Color #a753de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010011 11011110
Octal 247 123 336
Decimal 167 83 222
Hex A7 53 DE

RGB Percentages of Color #a753de

%35.38
%17.58
%47.03

CMYK Percentages of Color #a753de

%25
%63
%0
%13

Triadic Colors of #a753de

#a753de #dea753 #53dea7

Analogous Colors of #a753de

#a753de #de53d0 #6153de

Monochromatic Colors of #a753de

#a753de

Complementary Color

#a753de #8ade53

#a753de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a753de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a753de Color CSS Codes

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

#a753de Text Font Color

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

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


#a753de Background Color

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

This div background color is #a753de


#a753de Border Color

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

This div border color is #a753de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a753de


Comments

No comments written yet.

Please login to write comment.