Color Hex Logo

#af9aeb Color Hex

#AF9AEB
(175,154,235)
0 Favorites   0 Comments

Color spaces of #af9aeb

RGB 175154235
HSL0.710.670.76
HSV256°34°92°
CMYK 0.260.340.00   0.08
XYZ44.230238.223383.6439
Yxy38.22330.26630.2301
Hunter Lab61.825019.5069-36.9368
CIE-Lab68.184924.5971-38.0238

#af9aeb color RGB value is (175,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011010 11101011
Octal 257 232 353
Decimal 175 154 235
Hex AF 9A EB

RGB Percentages of Color #af9aeb

%31.03
%27.30
%41.67

CMYK Percentages of Color #af9aeb

%26
%34
%0
%8

Triadic Colors of #af9aeb

#af9aeb #ebaf9a #9aebaf

Analogous Colors of #af9aeb

#af9aeb #d89aeb #9aaeeb

Monochromatic Colors of #af9aeb

#af9aeb

Complementary Color

#af9aeb #d6eb9a

#af9aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9aeb Color CSS Codes

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

#af9aeb Text Font Color

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

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


#af9aeb Background Color

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

This div background color is #af9aeb


#af9aeb Border Color

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

This div border color is #af9aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9aeb


Comments

No comments written yet.

Please login to write comment.