Color Hex Logo

#af2bfb Color Hex

#AF2BFB
(175,43,251)
0 Favorites   0 Comments

Color spaces of #af2bfb

RGB 17543251
HSL0.770.960.58
HSV278°83°98°
CMYK 0.300.830.00   0.02
XYZ35.955717.806792.8088
Yxy17.80670.24530.1215
Hunter Lab42.198078.2483-100.8618
CIE-Lab49.260880.3184-77.1111

#af2bfb color RGB value is (175,43,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101011 11111011
Octal 257 53 373
Decimal 175 43 251
Hex AF 2B FB

RGB Percentages of Color #af2bfb

%37.31
%9.17
%53.52

CMYK Percentages of Color #af2bfb

%30
%83
%0
%2

Triadic Colors of #af2bfb

#af2bfb #fbaf2b #2bfbaf

Analogous Colors of #af2bfb

#af2bfb #fb2bdf #472bfb

Monochromatic Colors of #af2bfb

#af2bfb

Complementary Color

#af2bfb #77fb2b

#af2bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2bfb Color CSS Codes

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

#af2bfb Text Font Color

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

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


#af2bfb Background Color

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

This div background color is #af2bfb


#af2bfb Border Color

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

This div border color is #af2bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2bfb


Comments

No comments written yet.

Please login to write comment.