Color Hex Logo

#af71ca Color Hex

#AF71CA
(175,113,202)
0 Favorites   0 Comments

Color spaces of #af71ca

RGB 175113202
HSL0.780.460.62
HSV282°44°79°
CMYK 0.130.440.00   0.21
XYZ34.245025.188558.9341
Yxy25.18850.28930.2128
Hunter Lab50.188133.9671-34.4904
CIE-Lab57.258640.0167-36.6837

#af71ca color RGB value is (175,113,202).

#af71ca hex color red value is 175, green value is 113 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af71ca hue: 0.78 , saturation: 0.46 and the lightness value of af71ca is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110001 11001010
Octal 257 161 312
Decimal 175 113 202
Hex AF 71 CA

RGB Percentages of Color #af71ca

%35.71
%23.06
%41.22

CMYK Percentages of Color #af71ca

%13
%44
%0
%21

Triadic Colors of #af71ca

#af71ca #caaf71 #71caaf

Analogous Colors of #af71ca

#af71ca #ca71b9 #8371ca

Monochromatic Colors of #af71ca

#af71ca

Complementary Color

#af71ca #8cca71

#af71ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af71ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af71ca Color CSS Codes

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

#af71ca Text Font Color

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

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


#af71ca Background Color

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

This div background color is #af71ca


#af71ca Border Color

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

This div border color is #af71ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af71ca


Comments

No comments written yet.

Please login to write comment.