Color Hex Logo

#af0c7d Color Hex

#AF0C7D
(175,12,125)
0 Favorites   0 Comments

Color spaces of #af0c7d

RGB 17512125
HSL0.880.870.37
HSV318°93°69°
CMYK 0.000.930.29   0.31
XYZ21.512310.857620.3639
Yxy10.85760.40790.2059
Hunter Lab32.950958.8714-13.5761
CIE-Lab39.339666.1769-18.9617

#af0c7d color RGB value is (175,12,125).

#af0c7d hex color red value is 175, green value is 12 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af0c7d hue: 0.88 , saturation: 0.87 and the lightness value of af0c7d is 0.37.

The process color (four color CMYK) of #af0c7d color hex is 0.00, 0.93, 0.29, 0.31. Web safe color of #af0c7d is #990066. Color #af0c7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001100 01111101
Octal 257 14 175
Decimal 175 12 125
Hex AF C 7D

RGB Percentages of Color #af0c7d

%56.09
%3.85
%40.06

CMYK Percentages of Color #af0c7d

%0
%93
%29
%31

Triadic Colors of #af0c7d

#af0c7d #7daf0c #0c7daf

Analogous Colors of #af0c7d

#af0c7d #af0c2c #900caf

Monochromatic Colors of #af0c7d

#af0c7d

Complementary Color

#af0c7d #0caf3e

#af0c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0c7d Color CSS Codes

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

#af0c7d Text Font Color

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

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


#af0c7d Background Color

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

This div background color is #af0c7d


#af0c7d Border Color

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

This div border color is #af0c7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0c7d


Comments

No comments written yet.

Please login to write comment.