Color Hex Logo

#af365f Color Hex

#AF365F
(175,54,95)
0 Favorites   0 Comments

Color spaces of #af365f

RGB 1755495
HSL0.940.530.45
HSV340°69°69°
CMYK 0.000.690.46   0.31
XYZ21.063912.578512.1442
Yxy12.57850.46000.2747
Hunter Lab35.466243.94804.5245
CIE-Lab42.121252.05543.9370

#af365f color RGB value is (175,54,95).

#af365f hex color red value is 175, green value is 54 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #af365f hue: 0.94 , saturation: 0.53 and the lightness value of af365f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110110 01011111
Octal 257 66 137
Decimal 175 54 95
Hex AF 36 5F

RGB Percentages of Color #af365f

%54.01
%16.67
%29.32

CMYK Percentages of Color #af365f

%0
%69
%46
%31

Triadic Colors of #af365f

#af365f #5faf36 #365faf

Analogous Colors of #af365f

#af365f #af4a36 #af369c

Monochromatic Colors of #af365f

#af365f

Complementary Color

#af365f #36af86

#af365f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af365f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af365f Color CSS Codes

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

#af365f Text Font Color

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

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


#af365f Background Color

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

This div background color is #af365f


#af365f Border Color

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

This div border color is #af365f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af365f


Comments

No comments written yet.

Please login to write comment.