Color Hex Logo

#af1aed Color Hex

#AF1AED
(175,26,237)
0 Favorites   0 Comments

Color spaces of #af1aed

RGB 17526237
HSL0.780.850.52
HSV282°89°93°
CMYK 0.260.890.00   0.07
XYZ33.334715.967281.4458
Yxy15.96720.25500.1221
Hunter Lab39.959078.9806-92.8757
CIE-Lab46.931481.3496-73.0489

#af1aed color RGB value is (175,26,237).

#af1aed hex color red value is 175, green value is 26 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af1aed hue: 0.78 , saturation: 0.85 and the lightness value of af1aed is 0.52.

The process color (four color CMYK) of #af1aed color hex is 0.26, 0.89, 0.00, 0.07. Web safe color of #af1aed is #9933ff. Color #af1aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011010 11101101
Octal 257 32 355
Decimal 175 26 237
Hex AF 1A ED

RGB Percentages of Color #af1aed

%39.95
%5.94
%54.11

CMYK Percentages of Color #af1aed

%26
%89
%0
%7

Triadic Colors of #af1aed

#af1aed #edaf1a #1aedaf

Analogous Colors of #af1aed

#af1aed #ed1ac2 #461aed

Monochromatic Colors of #af1aed

#af1aed

Complementary Color

#af1aed #58ed1a

#af1aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1aed Color CSS Codes

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

#af1aed Text Font Color

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

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


#af1aed Background Color

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

This div background color is #af1aed


#af1aed Border Color

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

This div border color is #af1aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1aed


Comments

No comments written yet.

Please login to write comment.