Color Hex Logo

#af338d Color Hex

#AF338D
(175,51,141)
0 Favorites   0 Comments

Color spaces of #af338d

RGB 17551141
HSL0.880.550.44
HSV316°71°69°
CMYK 0.000.710.19   0.31
XYZ23.670713.404726.5391
Yxy13.40470.37210.2107
Hunter Lab36.612451.3322-17.3486
CIE-Lab43.366858.6860-22.5750

#af338d color RGB value is (175,51,141).

#af338d hex color red value is 175, green value is 51 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #af338d hue: 0.88 , saturation: 0.55 and the lightness value of af338d is 0.44.

The process color (four color CMYK) of #af338d color hex is 0.00, 0.71, 0.19, 0.31. Web safe color of #af338d is #993399. Color #af338d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110011 10001101
Octal 257 63 215
Decimal 175 51 141
Hex AF 33 8D

RGB Percentages of Color #af338d

%47.68
%13.90
%38.42

CMYK Percentages of Color #af338d

%0
%71
%19
%31

Triadic Colors of #af338d

#af338d #8daf33 #338daf

Analogous Colors of #af338d

#af338d #af334f #9333af

Monochromatic Colors of #af338d

#af338d

Complementary Color

#af338d #33af55

#af338d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af338d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af338d Color CSS Codes

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

#af338d Text Font Color

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

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


#af338d Background Color

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

This div background color is #af338d


#af338d Border Color

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

This div border color is #af338d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af338d


Comments

No comments written yet.

Please login to write comment.