Color Hex Logo

#af36c7 Color Hex

#AF36C7
(175,54,199)
0 Favorites   0 Comments

Color spaces of #af36c7

RGB 17554199
HSL0.810.570.50
HSV290°73°78°
CMYK 0.120.730.00   0.22
XYZ29.307215.875855.5525
Yxy15.87580.29090.1576
Hunter Lab39.844461.5662-54.7730
CIE-Lab46.811167.0539-51.5176

#af36c7 color RGB value is (175,54,199).

#af36c7 hex color red value is 175, green value is 54 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #af36c7 hue: 0.81 , saturation: 0.57 and the lightness value of af36c7 is 0.50.

The process color (four color CMYK) of #af36c7 color hex is 0.12, 0.73, 0.00, 0.22. Web safe color of #af36c7 is #9933cc. Color #af36c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110110 11000111
Octal 257 66 307
Decimal 175 54 199
Hex AF 36 C7

RGB Percentages of Color #af36c7

%40.89
%12.62
%46.50

CMYK Percentages of Color #af36c7

%12
%73
%0
%22

Triadic Colors of #af36c7

#af36c7 #c7af36 #36c7af

Analogous Colors of #af36c7

#af36c7 #c73697 #6736c7

Monochromatic Colors of #af36c7

#af36c7

Complementary Color

#af36c7 #4ec736

#af36c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af36c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af36c7 Color CSS Codes

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

#af36c7 Text Font Color

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

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


#af36c7 Background Color

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

This div background color is #af36c7


#af36c7 Border Color

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

This div border color is #af36c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af36c7


Comments

No comments written yet.

Please login to write comment.