Color Hex Logo

#af91ed Color Hex

#AF91ED
(175,145,237)
0 Favorites   0 Comments

Color spaces of #af91ed

RGB 175145237
HSL0.720.720.75
HSV260°39°93°
CMYK 0.260.390.00   0.07
XYZ43.090735.479284.6978
Yxy35.47920.26390.2173
Hunter Lab59.564424.8946-42.6125
CIE-Lab66.120130.1408-42.3499

#af91ed color RGB value is (175,145,237).

#af91ed hex color red value is 175, green value is 145 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af91ed hue: 0.72 , saturation: 0.72 and the lightness value of af91ed is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 11101101
Octal 257 221 355
Decimal 175 145 237
Hex AF 91 ED

RGB Percentages of Color #af91ed

%31.42
%26.03
%42.55

CMYK Percentages of Color #af91ed

%26
%39
%0
%7

Triadic Colors of #af91ed

#af91ed #edaf91 #91edaf

Analogous Colors of #af91ed

#af91ed #dd91ed #91a1ed

Monochromatic Colors of #af91ed

#af91ed

Complementary Color

#af91ed #cfed91

#af91ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af91ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af91ed Color CSS Codes

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

#af91ed Text Font Color

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

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


#af91ed Background Color

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

This div background color is #af91ed


#af91ed Border Color

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

This div border color is #af91ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af91ed


Comments

No comments written yet.

Please login to write comment.