Color Hex Logo

#a725de Color Hex

#A725DE
(167,37,222)
0 Favorites   0 Comments

Color spaces of #a725de

RGB 16737222
HSL0.780.740.51
HSV282°83°87°
CMYK 0.250.830.00   0.13
XYZ29.782714.812670.3966
Yxy14.81260.25900.1288
Hunter Lab38.487170.7771-81.5060
CIE-Lab45.376475.0548-67.1179

#a725de color RGB value is (167,37,222).

#a725de hex color red value is 167, green value is 37 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a725de hue: 0.78 , saturation: 0.74 and the lightness value of a725de is 0.51.

The process color (four color CMYK) of #a725de color hex is 0.25, 0.83, 0.00, 0.13. Web safe color of #a725de is #9933cc. Color #a725de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100101 11011110
Octal 247 45 336
Decimal 167 37 222
Hex A7 25 DE

RGB Percentages of Color #a725de

%39.20
%8.69
%52.11

CMYK Percentages of Color #a725de

%25
%83
%0
%13

Triadic Colors of #a725de

#a725de #dea725 #25dea7

Analogous Colors of #a725de

#a725de #de25b9 #4b25de

Monochromatic Colors of #a725de

#a725de

Complementary Color

#a725de #5cde25

#a725de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a725de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a725de Color CSS Codes

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

#a725de Text Font Color

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

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


#a725de Background Color

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

This div background color is #a725de


#a725de Border Color

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

This div border color is #a725de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a725de


Comments

No comments written yet.

Please login to write comment.