Color Hex Logo

#af277d Color Hex

#AF277D
(175,39,125)
0 Favorites   0 Comments

Color spaces of #af277d

RGB 17539125
HSL0.890.640.42
HSV322°78°69°
CMYK 0.000.780.29   0.31
XYZ22.106412.045720.5619
Yxy12.04570.40400.2202
Hunter Lab34.706952.9576-10.8312
CIE-Lab41.288760.5553-15.9707

#af277d color RGB value is (175,39,125).

#af277d hex color red value is 175, green value is 39 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af277d hue: 0.89 , saturation: 0.64 and the lightness value of af277d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 01111101
Octal 257 47 175
Decimal 175 39 125
Hex AF 27 7D

RGB Percentages of Color #af277d

%51.62
%11.50
%36.87

CMYK Percentages of Color #af277d

%0
%78
%29
%31

Triadic Colors of #af277d

#af277d #7daf27 #277daf

Analogous Colors of #af277d

#af277d #af2739 #9d27af

Monochromatic Colors of #af277d

#af277d

Complementary Color

#af277d #27af59

#af277d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af277d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af277d Color CSS Codes

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

#af277d Text Font Color

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

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


#af277d Background Color

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

This div background color is #af277d


#af277d Border Color

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

This div border color is #af277d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af277d


Comments

No comments written yet.

Please login to write comment.