Color Hex Logo

#af5678 Color Hex

#AF5678
(175,86,120)
0 Favorites   0 Comments

Color spaces of #af5678

RGB 17586120
HSL0.940.360.51
HSV337°51°69°
CMYK 0.000.510.31   0.31
XYZ24.397117.125619.7890
Yxy17.12560.39790.2793
Hunter Lab41.383132.81300.6162
CIE-Lab48.417940.0996-2.2228

#af5678 color RGB value is (175,86,120).

#af5678 hex color red value is 175, green value is 86 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #af5678 hue: 0.94 , saturation: 0.36 and the lightness value of af5678 is 0.51.

The process color (four color CMYK) of #af5678 color hex is 0.00, 0.51, 0.31, 0.31. Web safe color of #af5678 is #996666. Color #af5678 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010110 01111000
Octal 257 126 170
Decimal 175 86 120
Hex AF 56 78

RGB Percentages of Color #af5678

%45.93
%22.57
%31.50

CMYK Percentages of Color #af5678

%0
%51
%31
%31

Triadic Colors of #af5678

#af5678 #78af56 #5678af

Analogous Colors of #af5678

#af5678 #af6156 #af56a5

Monochromatic Colors of #af5678

#af5678

Complementary Color

#af5678 #56af8d

#af5678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5678 Color CSS Codes

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

#af5678 Text Font Color

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

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


#af5678 Background Color

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

This div background color is #af5678


#af5678 Border Color

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

This div border color is #af5678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5678


Comments

No comments written yet.

Please login to write comment.