Color Hex Logo

#af89fb Color Hex

#AF89FB
(175,137,251)
0 Favorites   0 Comments

Color spaces of #af89fb

RGB 175137251
HSL0.720.930.76
HSV260°45°98°
CMYK 0.300.450.00   0.02
XYZ44.037433.970395.5027
Yxy33.97030.25380.1958
Hunter Lab58.284032.8713-56.3522
CIE-Lab64.939038.0242-51.8970

#af89fb color RGB value is (175,137,251).

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

The process color (four color CMYK) of #af89fb color hex is 0.30, 0.45, 0.00, 0.02. Web safe color of #af89fb is #9999ff. Color #af89fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 11111011
Octal 257 211 373
Decimal 175 137 251
Hex AF 89 FB

RGB Percentages of Color #af89fb

%31.08
%24.33
%44.58

CMYK Percentages of Color #af89fb

%30
%45
%0
%2

Triadic Colors of #af89fb

#af89fb #fbaf89 #89fbaf

Analogous Colors of #af89fb

#af89fb #e889fb #899cfb

Monochromatic Colors of #af89fb

#af89fb

Complementary Color

#af89fb #d5fb89

#af89fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af89fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af89fb Color CSS Codes

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

#af89fb Text Font Color

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

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


#af89fb Background Color

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

This div background color is #af89fb


#af89fb Border Color

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

This div border color is #af89fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af89fb

Related Colors


Comments

No comments written yet.

Please login to write comment.