Color Hex Logo

#af53eb Color Hex

#AF53EB
(175,83,235)
0 Favorites   0 Comments

Color spaces of #af53eb

RGB 17583235
HSL0.770.790.62
HSV276°65°92°
CMYK 0.260.650.00   0.08
XYZ35.767821.298680.8231
Yxy21.29860.25940.1545
Hunter Lab46.150457.5791-71.5292
CIE-Lab53.274862.3859-61.6483

#af53eb color RGB value is (175,83,235).

#af53eb hex color red value is 175, green value is 83 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #af53eb hue: 0.77 , saturation: 0.79 and the lightness value of af53eb is 0.62.

The process color (four color CMYK) of #af53eb color hex is 0.26, 0.65, 0.00, 0.08. Web safe color of #af53eb is #9966ff. Color #af53eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 11101011
Octal 257 123 353
Decimal 175 83 235
Hex AF 53 EB

RGB Percentages of Color #af53eb

%35.50
%16.84
%47.67

CMYK Percentages of Color #af53eb

%26
%65
%0
%8

Triadic Colors of #af53eb

#af53eb #ebaf53 #53ebaf

Analogous Colors of #af53eb

#af53eb #eb53db #6353eb

Monochromatic Colors of #af53eb

#af53eb

Complementary Color

#af53eb #8feb53

#af53eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af53eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af53eb Color CSS Codes

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

#af53eb Text Font Color

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

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


#af53eb Background Color

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

This div background color is #af53eb


#af53eb Border Color

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

This div border color is #af53eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af53eb


Comments

No comments written yet.

Please login to write comment.