Color Hex Logo

#af36cd Color Hex

#AF36CD
(175,54,205)
0 Favorites   0 Comments

Color spaces of #af36cd

RGB 17554205
HSL0.800.600.51
HSV288°74°80°
CMYK 0.150.740.00   0.20
XYZ30.017816.160159.2947
Yxy16.16010.28460.1532
Hunter Lab40.199662.9399-59.3134
CIE-Lab47.183868.1556-54.3858

#af36cd color RGB value is (175,54,205).

#af36cd hex color red value is 175, green value is 54 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #af36cd hue: 0.80 , saturation: 0.60 and the lightness value of af36cd is 0.51.

The process color (four color CMYK) of #af36cd color hex is 0.15, 0.74, 0.00, 0.20. Web safe color of #af36cd is #9933cc. Color #af36cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110110 11001101
Octal 257 66 315
Decimal 175 54 205
Hex AF 36 CD

RGB Percentages of Color #af36cd

%40.32
%12.44
%47.24

CMYK Percentages of Color #af36cd

%15
%74
%0
%20

Triadic Colors of #af36cd

#af36cd #cdaf36 #36cdaf

Analogous Colors of #af36cd

#af36cd #cd36a0 #6436cd

Monochromatic Colors of #af36cd

#af36cd

Complementary Color

#af36cd #54cd36

#af36cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af36cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af36cd Color CSS Codes

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

#af36cd Text Font Color

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

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


#af36cd Background Color

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

This div background color is #af36cd


#af36cd Border Color

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

This div border color is #af36cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af36cd


Comments

No comments written yet.

Please login to write comment.