Color Hex Logo

#af1afb Color Hex

#AF1AFB
(175,26,251)
0 Favorites   0 Comments

Color spaces of #af1afb

RGB 17526251
HSL0.780.970.54
HSV280°90°98°
CMYK 0.300.900.00   0.02
XYZ35.461216.817892.6439
Yxy16.81780.24470.1160
Hunter Lab41.009582.5835-105.2344
CIE-Lab48.029683.9598-79.1214

#af1afb color RGB value is (175,26,251).

#af1afb hex color red value is 175, green value is 26 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #af1afb hue: 0.78 , saturation: 0.97 and the lightness value of af1afb is 0.54.

The process color (four color CMYK) of #af1afb color hex is 0.30, 0.90, 0.00, 0.02. Web safe color of #af1afb is #9933ff. Color #af1afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011010 11111011
Octal 257 32 373
Decimal 175 26 251
Hex AF 1A FB

RGB Percentages of Color #af1afb

%38.72
%5.75
%55.53

CMYK Percentages of Color #af1afb

%30
%90
%0
%2

Triadic Colors of #af1afb

#af1afb #fbaf1a #1afbaf

Analogous Colors of #af1afb

#af1afb #fb1ad7 #3f1afb

Monochromatic Colors of #af1afb

#af1afb

Complementary Color

#af1afb #66fb1a

#af1afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1afb Color CSS Codes

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

#af1afb Text Font Color

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

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


#af1afb Background Color

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

This div background color is #af1afb


#af1afb Border Color

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

This div border color is #af1afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1afb

Related Colors


Comments

No comments written yet.

Please login to write comment.