Color Hex Logo

#a123ef Color Hex

#A123EF
(161,35,239)
0 Favorites   0 Comments

Color spaces of #a123ef

RGB 16135239
HSL0.770.860.54
HSV277°85°94°
CMYK 0.330.850.00   0.06
XYZ30.879015.011182.9313
Yxy15.01110.23970.1165
Hunter Lab38.744274.4618-99.7885
CIE-Lab45.649477.9952-76.3564

#a123ef color RGB value is (161,35,239).

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

The process color (four color CMYK) of #a123ef color hex is 0.33, 0.85, 0.00, 0.06. Web safe color of #a123ef is #9933ff. Color #a123ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00100011 11101111
Octal 241 43 357
Decimal 161 35 239
Hex A1 23 EF

RGB Percentages of Color #a123ef

%37.01
%8.05
%54.94

CMYK Percentages of Color #a123ef

%33
%85
%0
%6

Triadic Colors of #a123ef

#a123ef #efa123 #23efa1

Analogous Colors of #a123ef

#a123ef #ef23d7 #3b23ef

Monochromatic Colors of #a123ef

#a123ef

Complementary Color

#a123ef #71ef23

#a123ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a123ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a123ef Color CSS Codes

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

#a123ef Text Font Color

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

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


#a123ef Background Color

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

This div background color is #a123ef


#a123ef Border Color

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

This div border color is #a123ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a123ef


Comments

No comments written yet.

Please login to write comment.