Color Hex Logo

#af3dfb Color Hex

#AF3DFB
(175,61,251)
0 Favorites   0 Comments

Color spaces of #af3dfb

RGB 17561251
HSL0.770.960.61
HSV276°76°98°
CMYK 0.300.760.00   0.02
XYZ36.760519.416593.0770
Yxy19.41650.24630.1301
Hunter Lab44.064271.8013-94.3937
CIE-Lab51.171074.7631-74.0002

#af3dfb color RGB value is (175,61,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111101 11111011
Octal 257 75 373
Decimal 175 61 251
Hex AF 3D FB

RGB Percentages of Color #af3dfb

%35.93
%12.53
%51.54

CMYK Percentages of Color #af3dfb

%30
%76
%0
%2

Triadic Colors of #af3dfb

#af3dfb #fbaf3d #3dfbaf

Analogous Colors of #af3dfb

#af3dfb #fb3de8 #503dfb

Monochromatic Colors of #af3dfb

#af3dfb

Complementary Color

#af3dfb #89fb3d

#af3dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3dfb Color CSS Codes

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

#af3dfb Text Font Color

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

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


#af3dfb Background Color

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

This div background color is #af3dfb


#af3dfb Border Color

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

This div border color is #af3dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3dfb


Comments

No comments written yet.

Please login to write comment.