Color Hex Logo

#a135ef Color Hex

#A135EF
(161,53,239)
0 Favorites   0 Comments

Color spaces of #a135ef

RGB 16153239
HSL0.760.850.57
HSV275°78°94°
CMYK 0.330.780.00   0.06
XYZ31.551016.355383.1553
Yxy16.35530.24070.1248
Hunter Lab40.441768.4857-93.6016
CIE-Lab47.437272.7646-73.4383

#a135ef color RGB value is (161,53,239).

#a135ef hex color red value is 161, green value is 53 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a135ef hue: 0.76 , saturation: 0.85 and the lightness value of a135ef is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110101 11101111
Octal 241 65 357
Decimal 161 53 239
Hex A1 35 EF

RGB Percentages of Color #a135ef

%35.54
%11.70
%52.76

CMYK Percentages of Color #a135ef

%33
%78
%0
%6

Triadic Colors of #a135ef

#a135ef #efa135 #35efa1

Analogous Colors of #a135ef

#a135ef #ef35e0 #4435ef

Monochromatic Colors of #a135ef

#a135ef

Complementary Color

#a135ef #83ef35

#a135ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a135ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a135ef Color CSS Codes

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

#a135ef Text Font Color

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

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


#a135ef Background Color

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

This div background color is #a135ef


#a135ef Border Color

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

This div border color is #a135ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,53,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 #a135ef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a135ef


Comments

No comments written yet.

Please login to write comment.