Color Hex Logo

#af377d Color Hex

#AF377D
(175,55,125)
0 Favorites   0 Comments

Color spaces of #af377d

RGB 17555125
HSL0.900.520.45
HSV325°69°69°
CMYK 0.000.690.29   0.31
XYZ22.747113.327020.7755
Yxy13.32700.40010.2344
Hunter Lab36.506247.3381-8.1874
CIE-Lab43.251955.0355-12.9818

#af377d color RGB value is (175,55,125).

#af377d hex color red value is 175, green value is 55 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af377d hue: 0.90 , saturation: 0.52 and the lightness value of af377d is 0.45.

The process color (four color CMYK) of #af377d color hex is 0.00, 0.69, 0.29, 0.31. Web safe color of #af377d is #993366. Color #af377d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 01111101
Octal 257 67 175
Decimal 175 55 125
Hex AF 37 7D

RGB Percentages of Color #af377d

%49.30
%15.49
%35.21

CMYK Percentages of Color #af377d

%0
%69
%29
%31

Triadic Colors of #af377d

#af377d #7daf37 #377daf

Analogous Colors of #af377d

#af377d #af3741 #a537af

Monochromatic Colors of #af377d

#af377d

Complementary Color

#af377d #37af69

#af377d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af377d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af377d Color CSS Codes

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

#af377d Text Font Color

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

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


#af377d Background Color

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

This div background color is #af377d


#af377d Border Color

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

This div border color is #af377d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af377d


Comments

No comments written yet.

Please login to write comment.