Color Hex Logo

#af0aeb Color Hex

#AF0AEB
(175,10,235)
0 Favorites   0 Comments

Color spaces of #af0aeb

RGB 17510235
HSL0.790.920.48
HSV284°96°92°
CMYK 0.260.960.00   0.08
XYZ32.783115.329279.8282
Yxy15.32920.25620.1198
Hunter Lab39.152580.9443-93.4798
CIE-Lab46.081883.0559-73.3038

#af0aeb color RGB value is (175,10,235).

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

The process color (four color CMYK) of #af0aeb color hex is 0.26, 0.96, 0.00, 0.08. Web safe color of #af0aeb is #9900ff. Color #af0aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001010 11101011
Octal 257 12 353
Decimal 175 10 235
Hex AF A EB

RGB Percentages of Color #af0aeb

%41.67
%2.38
%55.95

CMYK Percentages of Color #af0aeb

%26
%96
%0
%8

Triadic Colors of #af0aeb

#af0aeb #ebaf0a #0aebaf

Analogous Colors of #af0aeb

#af0aeb #eb0ab7 #3f0aeb

Monochromatic Colors of #af0aeb

#af0aeb

Complementary Color

#af0aeb #46eb0a

#af0aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0aeb Color CSS Codes

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

#af0aeb Text Font Color

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

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


#af0aeb Background Color

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

This div background color is #af0aeb


#af0aeb Border Color

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

This div border color is #af0aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0aeb


Comments

No comments written yet.

Please login to write comment.