Color Hex Logo

#af35ed Color Hex

#AF35ED
(175,53,237)
0 Favorites   0 Comments

Color spaces of #af35ed

RGB 17553237
HSL0.780.840.57
HSV280°78°93°
CMYK 0.260.780.00   0.07
XYZ34.238417.774681.7470
Yxy17.77460.25600.1329
Hunter Lab42.159971.1813-85.4498
CIE-Lab49.221674.6363-69.3239

#af35ed color RGB value is (175,53,237).

#af35ed hex color red value is 175, green value is 53 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af35ed hue: 0.78 , saturation: 0.84 and the lightness value of af35ed is 0.57.

The process color (four color CMYK) of #af35ed color hex is 0.26, 0.78, 0.00, 0.07. Web safe color of #af35ed is #9933ff. Color #af35ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110101 11101101
Octal 257 65 355
Decimal 175 53 237
Hex AF 35 ED

RGB Percentages of Color #af35ed

%37.63
%11.40
%50.97

CMYK Percentages of Color #af35ed

%26
%78
%0
%7

Triadic Colors of #af35ed

#af35ed #edaf35 #35edaf

Analogous Colors of #af35ed

#af35ed #ed35cf #5335ed

Monochromatic Colors of #af35ed

#af35ed

Complementary Color

#af35ed #73ed35

#af35ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af35ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af35ed Color CSS Codes

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

#af35ed Text Font Color

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

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


#af35ed Background Color

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

This div background color is #af35ed


#af35ed Border Color

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

This div border color is #af35ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af35ed


Comments

No comments written yet.

Please login to write comment.