Color Hex Logo

#af87ca Color Hex

#AF87CA
(175,135,202)
0 Favorites   0 Comments

Color spaces of #af87ca

RGB 175135202
HSL0.770.390.66
HSV276°33°79°
CMYK 0.130.330.00   0.21
XYZ37.003830.706259.8537
Yxy30.70620.29010.2407
Hunter Lab55.413222.2256-25.2520
CIE-Lab62.258827.7725-28.9061

#af87ca color RGB value is (175,135,202).

#af87ca hex color red value is 175, green value is 135 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af87ca hue: 0.77 , saturation: 0.39 and the lightness value of af87ca is 0.66.

The process color (four color CMYK) of #af87ca color hex is 0.13, 0.33, 0.00, 0.21. Web safe color of #af87ca is #9999cc. Color #af87ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 11001010
Octal 257 207 312
Decimal 175 135 202
Hex AF 87 CA

RGB Percentages of Color #af87ca

%34.18
%26.37
%39.45

CMYK Percentages of Color #af87ca

%13
%33
%0
%21

Triadic Colors of #af87ca

#af87ca #caaf87 #87caaf

Analogous Colors of #af87ca

#af87ca #ca87c4 #8e87ca

Monochromatic Colors of #af87ca

#af87ca

Complementary Color

#af87ca #a2ca87

#af87ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af87ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af87ca Color CSS Codes

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

#af87ca Text Font Color

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

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


#af87ca Background Color

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

This div background color is #af87ca


#af87ca Border Color

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

This div border color is #af87ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af87ca


Comments

No comments written yet.

Please login to write comment.