Color Hex Logo

#a825be Color Hex

#A825BE
(168,37,190)
0 Favorites   0 Comments

Color spaces of #a825be

RGB 16837190
HSL0.810.670.45
HSV291°81°75°
CMYK 0.120.810.00   0.25
XYZ26.104313.365749.9192
Yxy13.36570.29200.1495
Hunter Lab36.559163.4758-55.3654
CIE-Lab43.309269.3654-51.9599

#a825be color RGB value is (168,37,190).

#a825be hex color red value is 168, green value is 37 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a825be hue: 0.81 , saturation: 0.67 and the lightness value of a825be is 0.45.

The process color (four color CMYK) of #a825be color hex is 0.12, 0.81, 0.00, 0.25. Web safe color of #a825be is #9933cc. Color #a825be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100101 10111110
Octal 250 45 276
Decimal 168 37 190
Hex A8 25 BE

RGB Percentages of Color #a825be

%42.53
%9.37
%48.10

CMYK Percentages of Color #a825be

%12
%81
%0
%25

Triadic Colors of #a825be

#a825be #bea825 #25bea8

Analogous Colors of #a825be

#a825be #be2588 #5b25be

Monochromatic Colors of #a825be

#a825be

Complementary Color

#a825be #3bbe25

#a825be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a825be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a825be Color CSS Codes

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

#a825be Text Font Color

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

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


#a825be Background Color

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

This div background color is #a825be


#a825be Border Color

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

This div border color is #a825be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,37,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a825be


Comments

No comments written yet.

Please login to write comment.