Color Hex Logo

#af55bb Color Hex

#AF55BB
(175,85,187)
0 Favorites   0 Comments

Color spaces of #af55bb

RGB 17585187
HSL0.810.430.53
HSV293°55°73°
CMYK 0.060.550.00   0.27
XYZ29.897319.198849.1437
Yxy19.19880.30430.1954
Hunter Lab43.816445.1173-35.8271
CIE-Lab50.919051.5996-38.0368

#af55bb color RGB value is (175,85,187).

#af55bb hex color red value is 175, green value is 85 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #af55bb hue: 0.81 , saturation: 0.43 and the lightness value of af55bb is 0.53.

The process color (four color CMYK) of #af55bb color hex is 0.06, 0.55, 0.00, 0.27. Web safe color of #af55bb is #9966cc. Color #af55bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 10111011
Octal 257 125 273
Decimal 175 85 187
Hex AF 55 BB

RGB Percentages of Color #af55bb

%39.15
%19.02
%41.83

CMYK Percentages of Color #af55bb

%6
%55
%0
%27

Triadic Colors of #af55bb

#af55bb #bbaf55 #55bbaf

Analogous Colors of #af55bb

#af55bb #bb5594 #7c55bb

Monochromatic Colors of #af55bb

#af55bb

Complementary Color

#af55bb #61bb55

#af55bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af55bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af55bb Color CSS Codes

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

#af55bb Text Font Color

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

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


#af55bb Background Color

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

This div background color is #af55bb


#af55bb Border Color

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

This div border color is #af55bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af55bb


Comments

No comments written yet.

Please login to write comment.