Color Hex Logo

#af57ca Color Hex

#AF57CA
(175,87,202)
0 Favorites   0 Comments

Color spaces of #af57ca

RGB 17587202
HSL0.790.520.57
HSV286°57°79°
CMYK 0.130.570.00   0.21
XYZ31.748120.194658.1018
Yxy20.19460.28850.1835
Hunter Lab44.938447.4645-45.2004
CIE-Lab52.056553.5733-44.8820

#af57ca color RGB value is (175,87,202).

#af57ca hex color red value is 175, green value is 87 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af57ca hue: 0.79 , saturation: 0.52 and the lightness value of af57ca is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010111 11001010
Octal 257 127 312
Decimal 175 87 202
Hex AF 57 CA

RGB Percentages of Color #af57ca

%37.72
%18.75
%43.53

CMYK Percentages of Color #af57ca

%13
%57
%0
%21

Triadic Colors of #af57ca

#af57ca #caaf57 #57caaf

Analogous Colors of #af57ca

#af57ca #ca57ac #7657ca

Monochromatic Colors of #af57ca

#af57ca

Complementary Color

#af57ca #72ca57

#af57ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af57ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af57ca Color CSS Codes

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

#af57ca Text Font Color

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

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


#af57ca Background Color

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

This div background color is #af57ca


#af57ca Border Color

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

This div border color is #af57ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,87,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 #af57ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af57ca


Comments

No comments written yet.

Please login to write comment.