Color Hex Logo

#a135ec Color Hex

#A135EC
(161,53,236)
0 Favorites   0 Comments

Color spaces of #a135ec

RGB 16153236
HSL0.770.830.57
HSV275°78°93°
CMYK 0.320.780.00   0.07
XYZ31.111416.179480.8401
Yxy16.17940.24280.1263
Hunter Lab40.223667.6714-91.0025
CIE-Lab47.209072.1330-72.1192

#a135ec color RGB value is (161,53,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110101 11101100
Octal 241 65 354
Decimal 161 53 236
Hex A1 35 EC

RGB Percentages of Color #a135ec

%35.78
%11.78
%52.44

CMYK Percentages of Color #a135ec

%32
%78
%0
%7

Triadic Colors of #a135ec

#a135ec #eca135 #35eca1

Analogous Colors of #a135ec

#a135ec #ec35dc #4635ec

Monochromatic Colors of #a135ec

#a135ec

Complementary Color

#a135ec #80ec35

#a135ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a135ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a135ec Color CSS Codes

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

#a135ec Text Font Color

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

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


#a135ec Background Color

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

This div background color is #a135ec


#a135ec Border Color

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

This div border color is #a135ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a135ec


Comments

No comments written yet.

Please login to write comment.