Color Hex Logo

#ab35c2 Color Hex

#AB35C2
(171,53,194)
0 Favorites   0 Comments

Color spaces of #ab35c2

RGB 17153194
HSL0.810.570.48
HSV290°73°76°
CMYK 0.120.730.00   0.24
XYZ27.805315.099252.4879
Yxy15.09920.29150.1583
Hunter Lab38.857759.7278-52.8869
CIE-Lab45.769865.6707-50.3186

#ab35c2 color RGB value is (171,53,194).

#ab35c2 hex color red value is 171, green value is 53 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #ab35c2 hue: 0.81 , saturation: 0.57 and the lightness value of ab35c2 is 0.48.

The process color (four color CMYK) of #ab35c2 color hex is 0.12, 0.73, 0.00, 0.24. Web safe color of #ab35c2 is #9933cc. Color #ab35c2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110101 11000010
Octal 253 65 302
Decimal 171 53 194
Hex AB 35 C2

RGB Percentages of Color #ab35c2

%40.91
%12.68
%46.41

CMYK Percentages of Color #ab35c2

%12
%73
%0
%24

Triadic Colors of #ab35c2

#ab35c2 #c2ab35 #35c2ab

Analogous Colors of #ab35c2

#ab35c2 #c23593 #6535c2

Monochromatic Colors of #ab35c2

#ab35c2

Complementary Color

#ab35c2 #4cc235

#ab35c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab35c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab35c2 Color CSS Codes

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

#ab35c2 Text Font Color

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

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


#ab35c2 Background Color

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

This div background color is #ab35c2


#ab35c2 Border Color

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

This div border color is #ab35c2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,53,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab35c2


Comments

No comments written yet.

Please login to write comment.