Color Hex Logo

#a025cb Color Hex

#A025CB
(160,37,203)
0 Favorites   0 Comments

Color spaces of #a025cb

RGB 16037203
HSL0.790.690.47
HSV284°82°80°
CMYK 0.210.820.00   0.20
XYZ25.938313.108557.6630
Yxy13.10850.26820.1355
Hunter Lab36.205764.5203-69.0843
CIE-Lab42.926370.3254-60.2143

#a025cb color RGB value is (160,37,203).

#a025cb hex color red value is 160, green value is 37 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a025cb hue: 0.79 , saturation: 0.69 and the lightness value of a025cb is 0.47.

The process color (four color CMYK) of #a025cb color hex is 0.21, 0.82, 0.00, 0.20. Web safe color of #a025cb is #9933cc. Color #a025cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100101 11001011
Octal 240 45 313
Decimal 160 37 203
Hex A0 25 CB

RGB Percentages of Color #a025cb

%40.00
%9.25
%50.75

CMYK Percentages of Color #a025cb

%21
%82
%0
%20

Triadic Colors of #a025cb

#a025cb #cba025 #25cba0

Analogous Colors of #a025cb

#a025cb #cb25a3 #4d25cb

Monochromatic Colors of #a025cb

#a025cb

Complementary Color

#a025cb #50cb25

#a025cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a025cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a025cb Color CSS Codes

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

#a025cb Text Font Color

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

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


#a025cb Background Color

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

This div background color is #a025cb


#a025cb Border Color

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

This div border color is #a025cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a025cb


Comments

No comments written yet.

Please login to write comment.