Color Hex Logo

#af53fb Color Hex

#AF53FB
(175,83,251)
0 Favorites   0 Comments

Color spaces of #af53fb

RGB 17583251
HSL0.760.950.65
HSV273°67°98°
CMYK 0.300.670.00   0.02
XYZ38.185022.265593.5519
Yxy22.26550.24800.1446
Hunter Lab47.186361.8730-84.5183
CIE-Lab54.307665.8893-68.9145

#af53fb color RGB value is (175,83,251).

#af53fb hex color red value is 175, green value is 83 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #af53fb hue: 0.76 , saturation: 0.95 and the lightness value of af53fb is 0.65.

The process color (four color CMYK) of #af53fb color hex is 0.30, 0.67, 0.00, 0.02. Web safe color of #af53fb is #9966ff. Color #af53fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 11111011
Octal 257 123 373
Decimal 175 83 251
Hex AF 53 FB

RGB Percentages of Color #af53fb

%34.38
%16.31
%49.31

CMYK Percentages of Color #af53fb

%30
%67
%0
%2

Triadic Colors of #af53fb

#af53fb #fbaf53 #53fbaf

Analogous Colors of #af53fb

#af53fb #fb53f3 #5b53fb

Monochromatic Colors of #af53fb

#af53fb

Complementary Color

#af53fb #9ffb53

#af53fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af53fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af53fb Color CSS Codes

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

#af53fb Text Font Color

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

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


#af53fb Background Color

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

This div background color is #af53fb


#af53fb Border Color

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

This div border color is #af53fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af53fb


Comments

No comments written yet.

Please login to write comment.