Color Hex Logo

#af678c Color Hex

#AF678C
(175,103,140)
0 Favorites   0 Comments

Color spaces of #af678c

RGB 175103140
HSL0.910.310.55
HSV329°41°69°
CMYK 0.000.410.20   0.31
XYZ27.263120.707927.3710
Yxy20.70790.36190.2749
Hunter Lab45.505927.3059-3.8077
CIE-Lab52.628333.9364-7.8988

#af678c color RGB value is (175,103,140).

#af678c hex color red value is 175, green value is 103 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #af678c hue: 0.91 , saturation: 0.31 and the lightness value of af678c is 0.55.

The process color (four color CMYK) of #af678c color hex is 0.00, 0.41, 0.20, 0.31. Web safe color of #af678c is #996699. Color #af678c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100111 10001100
Octal 257 147 214
Decimal 175 103 140
Hex AF 67 8C

RGB Percentages of Color #af678c

%41.87
%24.64
%33.49

CMYK Percentages of Color #af678c

%0
%41
%20
%31

Triadic Colors of #af678c

#af678c #8caf67 #678caf

Analogous Colors of #af678c

#af678c #af6768 #ae67af

Monochromatic Colors of #af678c

#af678c

Complementary Color

#af678c #67af8a

#af678c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af678c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af678c Color CSS Codes

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

#af678c Text Font Color

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

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


#af678c Background Color

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

This div background color is #af678c


#af678c Border Color

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

This div border color is #af678c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af678c


Comments

No comments written yet.

Please login to write comment.