Color Hex Logo

#af47eb Color Hex

#AF47EB
(175,71,235)
0 Favorites   0 Comments

Color spaces of #af47eb

RGB 17571235
HSL0.770.800.60
HSV278°70°92°
CMYK 0.260.700.00   0.08
XYZ34.927819.618680.5431
Yxy19.61860.25860.1452
Hunter Lab44.292963.2462-76.8091
CIE-Lab51.403267.6046-64.6657

#af47eb color RGB value is (175,71,235).

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

The process color (four color CMYK) of #af47eb color hex is 0.26, 0.70, 0.00, 0.08. Web safe color of #af47eb is #9933ff. Color #af47eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000111 11101011
Octal 257 107 353
Decimal 175 71 235
Hex AF 47 EB

RGB Percentages of Color #af47eb

%36.38
%14.76
%48.86

CMYK Percentages of Color #af47eb

%26
%70
%0
%8

Triadic Colors of #af47eb

#af47eb #ebaf47 #47ebaf

Analogous Colors of #af47eb

#af47eb #eb47d5 #5d47eb

Monochromatic Colors of #af47eb

#af47eb

Complementary Color

#af47eb #83eb47

#af47eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af47eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af47eb Color CSS Codes

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

#af47eb Text Font Color

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

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


#af47eb Background Color

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

This div background color is #af47eb


#af47eb Border Color

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

This div border color is #af47eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af47eb


Comments

No comments written yet.

Please login to write comment.