Color Hex Logo

#af70ce Color Hex

#AF70CE
(175,112,206)
0 Favorites   0 Comments

Color spaces of #af70ce

RGB 175112206
HSL0.780.490.62
HSV280°46°81°
CMYK 0.150.460.00   0.19
XYZ34.613925.158561.4242
Yxy25.15850.28560.2076
Hunter Lab50.158235.4048-37.4962
CIE-Lab57.229541.4151-38.9979

#af70ce color RGB value is (175,112,206).

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

The process color (four color CMYK) of #af70ce color hex is 0.15, 0.46, 0.00, 0.19. Web safe color of #af70ce is #9966cc. Color #af70ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 11001110
Octal 257 160 316
Decimal 175 112 206
Hex AF 70 CE

RGB Percentages of Color #af70ce

%35.50
%22.72
%41.78

CMYK Percentages of Color #af70ce

%15
%46
%0
%19

Triadic Colors of #af70ce

#af70ce #ceaf70 #70ceaf

Analogous Colors of #af70ce

#af70ce #ce70be #8070ce

Monochromatic Colors of #af70ce

#af70ce

Complementary Color

#af70ce #8fce70

#af70ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af70ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#af70ce Color CSS Codes

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

#af70ce Text Font Color

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

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


#af70ce Background Color

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

This div background color is #af70ce


#af70ce Border Color

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

This div border color is #af70ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af70ce


Comments

No comments written yet.

Please login to write comment.