Color Hex Logo

#af6bbf Color Hex

#AF6BBF
(175,107,191)
0 Favorites   0 Comments

Color spaces of #af6bbf

RGB 175107191
HSL0.800.400.58
HSV289°44°75°
CMYK 0.080.440.00   0.25
XYZ32.340923.390952.1006
Yxy23.39090.29990.2169
Hunter Lab48.364134.7250-30.0157
CIE-Lab55.472740.9942-33.2027

#af6bbf color RGB value is (175,107,191).

#af6bbf hex color red value is 175, green value is 107 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af6bbf hue: 0.80 , saturation: 0.40 and the lightness value of af6bbf is 0.58.

The process color (four color CMYK) of #af6bbf color hex is 0.08, 0.44, 0.00, 0.25. Web safe color of #af6bbf is #9966cc. Color #af6bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101011 10111111
Octal 257 153 277
Decimal 175 107 191
Hex AF 6B BF

RGB Percentages of Color #af6bbf

%37.00
%22.62
%40.38

CMYK Percentages of Color #af6bbf

%8
%44
%0
%25

Triadic Colors of #af6bbf

#af6bbf #bfaf6b #6bbfaf

Analogous Colors of #af6bbf

#af6bbf #bf6ba5 #856bbf

Monochromatic Colors of #af6bbf

#af6bbf

Complementary Color

#af6bbf #7bbf6b

#af6bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6bbf Color CSS Codes

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

#af6bbf Text Font Color

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

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


#af6bbf Background Color

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

This div background color is #af6bbf


#af6bbf Border Color

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

This div border color is #af6bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,107,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af6bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6bbf


Comments

No comments written yet.

Please login to write comment.