Color Hex Logo

#af348d Color Hex

#AF348D
(175,52,141)
0 Favorites   0 Comments

Color spaces of #af348d

RGB 17552141
HSL0.880.540.45
HSV317°70°69°
CMYK 0.000.700.19   0.31
XYZ23.714913.493026.5538
Yxy13.49300.37190.2116
Hunter Lab36.732850.9581-17.1472
CIE-Lab43.496958.3211-22.3738

#af348d color RGB value is (175,52,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110100 10001101
Octal 257 64 215
Decimal 175 52 141
Hex AF 34 8D

RGB Percentages of Color #af348d

%47.55
%14.13
%38.32

CMYK Percentages of Color #af348d

%0
%70
%19
%31

Triadic Colors of #af348d

#af348d #8daf34 #348daf

Analogous Colors of #af348d

#af348d #af344f #9434af

Monochromatic Colors of #af348d

#af348d

Complementary Color

#af348d #34af56

#af348d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af348d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af348d Color CSS Codes

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

#af348d Text Font Color

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

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


#af348d Background Color

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

This div background color is #af348d


#af348d Border Color

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

This div border color is #af348d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af348d


Comments

No comments written yet.

Please login to write comment.