Color Hex Logo

#af58fb Color Hex

#AF58FB
(175,88,251)
0 Favorites   0 Comments

Color spaces of #af58fb

RGB 17588251
HSL0.760.950.66
HSV272°65°98°
CMYK 0.300.650.00   0.02
XYZ38.581523.058493.6840
Yxy23.05840.24840.1485
Hunter Lab48.019259.3842-82.0597
CIE-Lab55.132463.6064-67.5818

#af58fb color RGB value is (175,88,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011000 11111011
Octal 257 130 373
Decimal 175 88 251
Hex AF 58 FB

RGB Percentages of Color #af58fb

%34.05
%17.12
%48.83

CMYK Percentages of Color #af58fb

%30
%65
%0
%2

Triadic Colors of #af58fb

#af58fb #fbaf58 #58fbaf

Analogous Colors of #af58fb

#af58fb #fb58f6 #5e58fb

Monochromatic Colors of #af58fb

#af58fb

Complementary Color

#af58fb #a4fb58

#af58fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af58fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af58fb Color CSS Codes

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

#af58fb Text Font Color

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

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


#af58fb Background Color

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

This div background color is #af58fb


#af58fb Border Color

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

This div border color is #af58fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af58fb

Related Colors


Comments

No comments written yet.

Please login to write comment.