Color Hex Logo

#af50ca Color Hex

#AF50CA
(175,80,202)
0 Favorites   0 Comments

Color spaces of #af50ca

RGB 17580202
HSL0.800.540.55
HSV287°60°79°
CMYK 0.130.600.00   0.21
XYZ31.208519.115557.9219
Yxy19.11550.28830.1766
Hunter Lab43.721350.9021-47.9424
CIE-Lab50.822156.9175-46.8427

#af50ca color RGB value is (175,80,202).

#af50ca hex color red value is 175, green value is 80 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af50ca hue: 0.80 , saturation: 0.54 and the lightness value of af50ca is 0.55.

The process color (four color CMYK) of #af50ca color hex is 0.13, 0.60, 0.00, 0.21. Web safe color of #af50ca is #9966cc. Color #af50ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010000 11001010
Octal 257 120 312
Decimal 175 80 202
Hex AF 50 CA

RGB Percentages of Color #af50ca

%38.29
%17.51
%44.20

CMYK Percentages of Color #af50ca

%13
%60
%0
%21

Triadic Colors of #af50ca

#af50ca #caaf50 #50caaf

Analogous Colors of #af50ca

#af50ca #ca50a8 #7250ca

Monochromatic Colors of #af50ca

#af50ca

Complementary Color

#af50ca #6bca50

#af50ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af50ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af50ca Color CSS Codes

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

#af50ca Text Font Color

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

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


#af50ca Background Color

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

This div background color is #af50ca


#af50ca Border Color

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

This div border color is #af50ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af50ca


Comments

No comments written yet.

Please login to write comment.