Color Hex Logo

#af8cbc Color Hex

#AF8CBC
(175,140,188)
0 Favorites   0 Comments

Color spaces of #af8cbc

RGB 175140188
HSL0.790.260.64
HSV284°26°74°
CMYK 0.070.260.00   0.26
XYZ36.134431.501051.7528
Yxy31.50100.30270.2639
Hunter Lab56.125816.7003-15.3825
CIE-Lab62.928322.0049-19.9994

#af8cbc color RGB value is (175,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001100 10111100
Octal 257 214 274
Decimal 175 140 188
Hex AF 8C BC

RGB Percentages of Color #af8cbc

%34.79
%27.83
%37.38

CMYK Percentages of Color #af8cbc

%7
%26
%0
%26

Triadic Colors of #af8cbc

#af8cbc #bcaf8c #8cbcaf

Analogous Colors of #af8cbc

#af8cbc #bc8cb1 #978cbc

Monochromatic Colors of #af8cbc

#af8cbc

Complementary Color

#af8cbc #99bc8c

#af8cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8cbc Color CSS Codes

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

#af8cbc Text Font Color

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

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


#af8cbc Background Color

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

This div background color is #af8cbc


#af8cbc Border Color

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

This div border color is #af8cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8cbc


Comments

No comments written yet.

Please login to write comment.