Color Hex Logo

#af8aeb Color Hex

#AF8AEB
(175,138,235)
0 Favorites   0 Comments

Color spaces of #af8aeb

RGB 175138235
HSL0.730.710.73
HSV263°41°92°
CMYK 0.260.410.00   0.08
XYZ41.763133.289182.8215
Yxy33.28910.26450.2109
Hunter Lab57.696728.2359-44.7209
CIE-Lab64.394333.5934-43.9570

#af8aeb color RGB value is (175,138,235).

#af8aeb hex color red value is 175, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #af8aeb hue: 0.73 , saturation: 0.71 and the lightness value of af8aeb is 0.73.

The process color (four color CMYK) of #af8aeb color hex is 0.26, 0.41, 0.00, 0.08. Web safe color of #af8aeb is #9999ff. Color #af8aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001010 11101011
Octal 257 212 353
Decimal 175 138 235
Hex AF 8A EB

RGB Percentages of Color #af8aeb

%31.93
%25.18
%42.88

CMYK Percentages of Color #af8aeb

%26
%41
%0
%8

Triadic Colors of #af8aeb

#af8aeb #ebaf8a #8aebaf

Analogous Colors of #af8aeb

#af8aeb #e08aeb #8a96eb

Monochromatic Colors of #af8aeb

#af8aeb

Complementary Color

#af8aeb #c6eb8a

#af8aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8aeb Color CSS Codes

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

#af8aeb Text Font Color

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

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


#af8aeb Background Color

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

This div background color is #af8aeb


#af8aeb Border Color

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

This div border color is #af8aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8aeb


Comments

No comments written yet.

Please login to write comment.