Color Hex Logo

#af6aee Color Hex

#AF6AEE
(175,106,238)
0 Favorites   0 Comments

Color spaces of #af6aee

RGB 175106238
HSL0.750.800.67
HSV271°55°93°
CMYK 0.260.550.00   0.07
XYZ38.265825.595183.8124
Yxy25.59510.25910.1733
Hunter Lab50.591646.4762-62.8085
CIE-Lab57.650751.7393-56.3091

#af6aee color RGB value is (175,106,238).

#af6aee hex color red value is 175, green value is 106 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #af6aee hue: 0.75 , saturation: 0.80 and the lightness value of af6aee is 0.67.

The process color (four color CMYK) of #af6aee color hex is 0.26, 0.55, 0.00, 0.07. Web safe color of #af6aee is #9966ff. Color #af6aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101010 11101110
Octal 257 152 356
Decimal 175 106 238
Hex AF 6A EE

RGB Percentages of Color #af6aee

%33.72
%20.42
%45.86

CMYK Percentages of Color #af6aee

%26
%55
%0
%7

Triadic Colors of #af6aee

#af6aee #eeaf6a #6aeeaf

Analogous Colors of #af6aee

#af6aee #ee6aeb #6d6aee

Monochromatic Colors of #af6aee

#af6aee

Complementary Color

#af6aee #a9ee6a

#af6aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6aee Color CSS Codes

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

#af6aee Text Font Color

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

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


#af6aee Background Color

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

This div background color is #af6aee


#af6aee Border Color

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

This div border color is #af6aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6aee


Comments

No comments written yet.

Please login to write comment.