Color Hex Logo

#a125ec Color Hex

#A125EC
(161,37,236)
0 Favorites   0 Comments

Color spaces of #a125ec

RGB 16137236
HSL0.770.840.54
HSV277°84°93°
CMYK 0.320.840.00   0.07
XYZ30.499814.956380.6362
Yxy14.95630.24190.1186
Hunter Lab38.673473.0958-96.5517
CIE-Lab45.574376.9062-74.7852

#a125ec color RGB value is (161,37,236).

#a125ec hex color red value is 161, green value is 37 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a125ec hue: 0.77 , saturation: 0.84 and the lightness value of a125ec is 0.54.

The process color (four color CMYK) of #a125ec color hex is 0.32, 0.84, 0.00, 0.07. Web safe color of #a125ec is #9933ff. Color #a125ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100101 11101100
Octal 241 45 354
Decimal 161 37 236
Hex A1 25 EC

RGB Percentages of Color #a125ec

%37.10
%8.53
%54.38

CMYK Percentages of Color #a125ec

%32
%84
%0
%7

Triadic Colors of #a125ec

#a125ec #eca125 #25eca1

Analogous Colors of #a125ec

#a125ec #ec25d4 #3e25ec

Monochromatic Colors of #a125ec

#a125ec

Complementary Color

#a125ec #70ec25

#a125ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a125ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a125ec Color CSS Codes

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

#a125ec Text Font Color

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

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


#a125ec Background Color

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

This div background color is #a125ec


#a125ec Border Color

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

This div border color is #a125ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a125ec


Comments

No comments written yet.

Please login to write comment.