Color Hex Logo

#af00ed Color Hex

#AF00ED
(175,0,237)
0 Favorites   0 Comments

Color spaces of #af00ed

RGB 1750237
HSL0.791.000.46
HSV284°100°93°
CMYK 0.261.000.00   0.07
XYZ32.965315.228481.3227
Yxy15.22840.25450.1176
Hunter Lab39.023682.4972-96.2401
CIE-Lab45.945584.2922-74.6574

#af00ed color RGB value is (175,0,237).

#af00ed hex color red value is 175, green value is 0 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af00ed hue: 0.79 , saturation: 1.00 and the lightness value of af00ed is 0.46.

The process color (four color CMYK) of #af00ed color hex is 0.26, 1.00, 0.00, 0.07. Web safe color of #af00ed is #9900ff. Color #af00ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000000 11101101
Octal 257 0 355
Decimal 175 0 237
Hex AF 0 ED

RGB Percentages of Color #af00ed

%42.48
%0.00
%57.52

CMYK Percentages of Color #af00ed

%26
%100
%0
%7

Triadic Colors of #af00ed

#af00ed #edaf00 #00edaf

Analogous Colors of #af00ed

#af00ed #ed00b5 #3800ed

Monochromatic Colors of #af00ed

#af00ed

Complementary Color

#af00ed #3eed00

#af00ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af00ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af00ed Color CSS Codes

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

#af00ed Text Font Color

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

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


#af00ed Background Color

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

This div background color is #af00ed


#af00ed Border Color

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

This div border color is #af00ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af00ed


Comments

No comments written yet.

Please login to write comment.