Color Hex Logo

#af10ea Color Hex

#AF10EA
(175,16,234)
0 Favorites   0 Comments

Color spaces of #af10ea

RGB 17516234
HSL0.790.870.49
HSV284°93°92°
CMYK 0.250.930.00   0.08
XYZ32.715815.425179.0949
Yxy15.42510.25710.1212
Hunter Lab39.274879.9591-91.9108
CIE-Lab46.211082.2590-72.5271

#af10ea color RGB value is (175,16,234).

#af10ea hex color red value is 175, green value is 16 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #af10ea hue: 0.79 , saturation: 0.87 and the lightness value of af10ea is 0.49.

The process color (four color CMYK) of #af10ea color hex is 0.25, 0.93, 0.00, 0.08. Web safe color of #af10ea is #9900ff. Color #af10ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010000 11101010
Octal 257 20 352
Decimal 175 16 234
Hex AF 10 EA

RGB Percentages of Color #af10ea

%41.18
%3.76
%55.06

CMYK Percentages of Color #af10ea

%25
%93
%0
%8

Triadic Colors of #af10ea

#af10ea #eaaf10 #10eaaf

Analogous Colors of #af10ea

#af10ea #ea10b8 #4210ea

Monochromatic Colors of #af10ea

#af10ea

Complementary Color

#af10ea #4bea10

#af10ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af10ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#af10ea Color CSS Codes

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

#af10ea Text Font Color

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

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


#af10ea Background Color

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

This div background color is #af10ea


#af10ea Border Color

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

This div border color is #af10ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af10ea


Comments

No comments written yet.

Please login to write comment.