Color Hex Logo

#af5ffb Color Hex

#AF5FFB
(175,95,251)
0 Favorites   0 Comments

Color spaces of #af5ffb

RGB 17595251
HSL0.750.950.68
HSV271°62°98°
CMYK 0.300.620.00   0.02
XYZ39.184024.263493.8849
Yxy24.26340.24910.1542
Hunter Lab49.257955.7931-78.5254
CIE-Lab56.350660.2731-65.6175

#af5ffb color RGB value is (175,95,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011111 11111011
Octal 257 137 373
Decimal 175 95 251
Hex AF 5F FB

RGB Percentages of Color #af5ffb

%33.59
%18.23
%48.18

CMYK Percentages of Color #af5ffb

%30
%62
%0
%2

Triadic Colors of #af5ffb

#af5ffb #fbaf5f #5ffbaf

Analogous Colors of #af5ffb

#af5ffb #fb5ff9 #615ffb

Monochromatic Colors of #af5ffb

#af5ffb

Complementary Color

#af5ffb #abfb5f

#af5ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5ffb Color CSS Codes

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

#af5ffb Text Font Color

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

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


#af5ffb Background Color

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

This div background color is #af5ffb


#af5ffb Border Color

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

This div border color is #af5ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5ffb


Comments

No comments written yet.

Please login to write comment.