Color Hex Logo

#ab35fb Color Hex

#AB35FB
(171,53,251)
0 Favorites   0 Comments

Color spaces of #ab35fb

RGB 17153251
HSL0.770.960.60
HSV276°79°98°
CMYK 0.320.790.00   0.02
XYZ35.480318.169292.9038
Yxy18.16920.24210.1240
Hunter Lab42.625373.9847-99.3874
CIE-Lab49.700776.8216-76.4173

#ab35fb color RGB value is (171,53,251).

#ab35fb hex color red value is 171, green value is 53 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ab35fb hue: 0.77 , saturation: 0.96 and the lightness value of ab35fb is 0.60.

The process color (four color CMYK) of #ab35fb color hex is 0.32, 0.79, 0.00, 0.02. Web safe color of #ab35fb is #9933ff. Color #ab35fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110101 11111011
Octal 253 65 373
Decimal 171 53 251
Hex AB 35 FB

RGB Percentages of Color #ab35fb

%36.00
%11.16
%52.84

CMYK Percentages of Color #ab35fb

%32
%79
%0
%2

Triadic Colors of #ab35fb

#ab35fb #fbab35 #35fbab

Analogous Colors of #ab35fb

#ab35fb #fb35e8 #4835fb

Monochromatic Colors of #ab35fb

#ab35fb

Complementary Color

#ab35fb #85fb35

#ab35fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab35fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab35fb Color CSS Codes

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

#ab35fb Text Font Color

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

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


#ab35fb Background Color

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

This div background color is #ab35fb


#ab35fb Border Color

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

This div border color is #ab35fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab35fb


Comments

No comments written yet.

Please login to write comment.