Color Hex Logo

#af8aed Color Hex

#AF8AED
(175,138,237)
0 Favorites   0 Comments

Color spaces of #af8aed

RGB 175138237
HSL0.730.730.74
HSV262°42°93°
CMYK 0.260.420.00   0.07
XYZ42.053733.405384.3522
Yxy33.40530.26310.2090
Hunter Lab57.797328.7324-46.0726
CIE-Lab64.487734.0703-44.9138

#af8aed color RGB value is (175,138,237).

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

The process color (four color CMYK) of #af8aed color hex is 0.26, 0.42, 0.00, 0.07. Web safe color of #af8aed is #9999ff. Color #af8aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001010 11101101
Octal 257 212 355
Decimal 175 138 237
Hex AF 8A ED

RGB Percentages of Color #af8aed

%31.82
%25.09
%43.09

CMYK Percentages of Color #af8aed

%26
%42
%0
%7

Triadic Colors of #af8aed

#af8aed #edaf8a #8aedaf

Analogous Colors of #af8aed

#af8aed #e18aed #8a97ed

Monochromatic Colors of #af8aed

#af8aed

Complementary Color

#af8aed #c8ed8a

#af8aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8aed Color CSS Codes

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

#af8aed Text Font Color

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

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


#af8aed Background Color

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

This div background color is #af8aed


#af8aed Border Color

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

This div border color is #af8aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8aed


Comments

No comments written yet.

Please login to write comment.