Color Hex Logo

#af87ff Color Hex

#AF87FF
(175,135,255)
0 Favorites   0 Comments

Color spaces of #af87ff

RGB 175135255
HSL0.721.000.76
HSV260°47°100°
CMYK 0.310.470.00   0.00
XYZ44.393233.661998.7654
Yxy33.66190.25110.1904
Hunter Lab58.018935.0464-60.3160
CIE-Lab64.693340.1223-54.4764

#af87ff color RGB value is (175,135,255).

#af87ff hex color red value is 175, green value is 135 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #af87ff hue: 0.72 , saturation: 1.00 and the lightness value of af87ff is 0.76.

The process color (four color CMYK) of #af87ff color hex is 0.31, 0.47, 0.00, 0.00. Web safe color of #af87ff is #9999ff. Color #af87ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 11111111
Octal 257 207 377
Decimal 175 135 255
Hex AF 87 FF

RGB Percentages of Color #af87ff

%30.97
%23.89
%45.13

CMYK Percentages of Color #af87ff

%31
%47
%0
%0

Triadic Colors of #af87ff

#af87ff #ffaf87 #87ffaf

Analogous Colors of #af87ff

#af87ff #eb87ff #879bff

Monochromatic Colors of #af87ff

#af87ff

Complementary Color

#af87ff #d7ff87

#af87ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af87ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af87ff Color CSS Codes

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

#af87ff Text Font Color

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

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


#af87ff Background Color

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

This div background color is #af87ff


#af87ff Border Color

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

This div border color is #af87ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af87ff

Related Colors

#af87ff Color Palettes


Comments

No comments written yet.

Please login to write comment.