Color Hex Logo

#af83ce Color Hex

#AF83CE
(175,131,206)
0 Favorites   0 Comments

Color spaces of #af83ce

RGB 175131206
HSL0.760.430.66
HSV275°36°81°
CMYK 0.150.360.00   0.19
XYZ36.936129.802862.1983
Yxy29.80280.28650.2311
Hunter Lab54.591925.2346-29.3366
CIE-Lab61.483730.8908-32.3544

#af83ce color RGB value is (175,131,206).

#af83ce hex color red value is 175, green value is 131 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #af83ce hue: 0.76 , saturation: 0.43 and the lightness value of af83ce is 0.66.

The process color (four color CMYK) of #af83ce color hex is 0.15, 0.36, 0.00, 0.19. Web safe color of #af83ce is #9999cc. Color #af83ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000011 11001110
Octal 257 203 316
Decimal 175 131 206
Hex AF 83 CE

RGB Percentages of Color #af83ce

%34.18
%25.59
%40.23

CMYK Percentages of Color #af83ce

%15
%36
%0
%19

Triadic Colors of #af83ce

#af83ce #ceaf83 #83ceaf

Analogous Colors of #af83ce

#af83ce #ce83c8 #8a83ce

Monochromatic Colors of #af83ce

#af83ce

Complementary Color

#af83ce #a2ce83

#af83ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af83ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#af83ce Color CSS Codes

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

#af83ce Text Font Color

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

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


#af83ce Background Color

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

This div background color is #af83ce


#af83ce Border Color

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

This div border color is #af83ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af83ce


Comments

No comments written yet.

Please login to write comment.