Color Hex Logo

#a125f8 Color Hex

#A125F8
(161,37,248)
0 Favorites   0 Comments

Color spaces of #a125f8

RGB 16137248
HSL0.760.940.56
HSV275°85°97°
CMYK 0.350.850.00   0.03
XYZ32.302815.677590.1305
Yxy15.67750.23390.1135
Hunter Lab39.594876.3354-107.2467
CIE-Lab46.548579.3235-79.9455

#a125f8 color RGB value is (161,37,248).

#a125f8 hex color red value is 161, green value is 37 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #a125f8 hue: 0.76 , saturation: 0.94 and the lightness value of a125f8 is 0.56.

The process color (four color CMYK) of #a125f8 color hex is 0.35, 0.85, 0.00, 0.03. Web safe color of #a125f8 is #9933ff. Color #a125f8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100101 11111000
Octal 241 45 370
Decimal 161 37 248
Hex A1 25 F8

RGB Percentages of Color #a125f8

%36.10
%8.30
%55.61

CMYK Percentages of Color #a125f8

%35
%85
%0
%3

Triadic Colors of #a125f8

#a125f8 #f8a125 #25f8a1

Analogous Colors of #a125f8

#a125f8 #f825e6 #3725f8

Monochromatic Colors of #a125f8

#a125f8

Complementary Color

#a125f8 #7cf825

#a125f8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a125f8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a125f8 Color CSS Codes

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

#a125f8 Text Font Color

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

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


#a125f8 Background Color

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

This div background color is #a125f8


#a125f8 Border Color

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

This div border color is #a125f8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a125f8


Comments

No comments written yet.

Please login to write comment.