Color Hex Logo

#a025bc Color Hex

#A025BC
(160,37,188)
0 Favorites   0 Comments

Color spaces of #a025bc

RGB 16037188
HSL0.800.670.44
HSV289°80°74°
CMYK 0.150.800.00   0.26
XYZ24.235912.427648.6983
Yxy12.42760.28390.1456
Hunter Lab35.252861.0243-57.2264
CIE-Lab41.887867.5452-53.1429

#a025bc color RGB value is (160,37,188).

#a025bc hex color red value is 160, green value is 37 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a025bc hue: 0.80 , saturation: 0.67 and the lightness value of a025bc is 0.44.

The process color (four color CMYK) of #a025bc color hex is 0.15, 0.80, 0.00, 0.26. Web safe color of #a025bc is #9933cc. Color #a025bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100101 10111100
Octal 240 45 274
Decimal 160 37 188
Hex A0 25 BC

RGB Percentages of Color #a025bc

%41.56
%9.61
%48.83

CMYK Percentages of Color #a025bc

%15
%80
%0
%26

Triadic Colors of #a025bc

#a025bc #bca025 #25bca0

Analogous Colors of #a025bc

#a025bc #bc258d #5525bc

Monochromatic Colors of #a025bc

#a025bc

Complementary Color

#a025bc #41bc25

#a025bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a025bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a025bc Color CSS Codes

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

#a025bc Text Font Color

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

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


#a025bc Background Color

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

This div background color is #a025bc


#a025bc Border Color

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

This div border color is #a025bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a025bc


Comments

No comments written yet.

Please login to write comment.