Color Hex Logo

#af356b Color Hex

#AF356B
(175,53,107)
0 Favorites   0 Comments

Color spaces of #af356b

RGB 17553107
HSL0.930.540.45
HSV333°70°69°
CMYK 0.000.700.39   0.31
XYZ21.606112.721715.2267
Yxy12.72170.43600.2567
Hunter Lab35.667545.7108-0.3441
CIE-Lab42.340953.6825-3.2237

#af356b color RGB value is (175,53,107).

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

The process color (four color CMYK) of #af356b color hex is 0.00, 0.70, 0.39, 0.31. Web safe color of #af356b is #993366. Color #af356b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110101 01101011
Octal 257 65 153
Decimal 175 53 107
Hex AF 35 6B

RGB Percentages of Color #af356b

%52.24
%15.82
%31.94

CMYK Percentages of Color #af356b

%0
%70
%39
%31

Triadic Colors of #af356b

#af356b #6baf35 #356baf

Analogous Colors of #af356b

#af356b #af3c35 #af35a8

Monochromatic Colors of #af356b

#af356b

Complementary Color

#af356b #35af79

#af356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af356b Color CSS Codes

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

#af356b Text Font Color

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

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


#af356b Background Color

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

This div background color is #af356b


#af356b Border Color

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

This div border color is #af356b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af356b


Comments

No comments written yet.

Please login to write comment.