Color Hex Logo

#af88bc Color Hex

#AF88BC
(175,136,188)
0 Favorites   0 Comments

Color spaces of #af88bc

RGB 175136188
HSL0.790.280.64
HSV285°28°74°
CMYK 0.070.280.00   0.26
XYZ35.560530.353151.5615
Yxy30.35310.30270.2584
Hunter Lab55.093618.7999-16.9233
CIE-Lab61.957724.2607-21.4803

#af88bc color RGB value is (175,136,188).

#af88bc hex color red value is 175, green value is 136 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af88bc hue: 0.79 , saturation: 0.28 and the lightness value of af88bc is 0.64.

The process color (four color CMYK) of #af88bc color hex is 0.07, 0.28, 0.00, 0.26. Web safe color of #af88bc is #9999cc. Color #af88bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001000 10111100
Octal 257 210 274
Decimal 175 136 188
Hex AF 88 BC

RGB Percentages of Color #af88bc

%35.07
%27.25
%37.68

CMYK Percentages of Color #af88bc

%7
%28
%0
%26

Triadic Colors of #af88bc

#af88bc #bcaf88 #88bcaf

Analogous Colors of #af88bc

#af88bc #bc88af #9588bc

Monochromatic Colors of #af88bc

#af88bc

Complementary Color

#af88bc #95bc88

#af88bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af88bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af88bc Color CSS Codes

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

#af88bc Text Font Color

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

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


#af88bc Background Color

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

This div background color is #af88bc


#af88bc Border Color

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

This div border color is #af88bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af88bc


Comments

No comments written yet.

Please login to write comment.