Color Hex Logo

#af5ec0 Color Hex

#AF5EC0
(175,94,192)
2 Favorites   0 Comments

Color spaces of #af5ec0

RGB 17594192
HSL0.800.440.56
HSV290°51°75°
CMYK 0.090.510.00   0.25
XYZ31.196320.925152.2639
Yxy20.92510.29890.2005
Hunter Lab45.744041.6808-35.7199
CIE-Lab52.867448.0564-37.8578

#af5ec0 color RGB value is (175,94,192).

#af5ec0 hex color red value is 175, green value is 94 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #af5ec0 hue: 0.80 , saturation: 0.44 and the lightness value of af5ec0 is 0.56.

The process color (four color CMYK) of #af5ec0 color hex is 0.09, 0.51, 0.00, 0.25. Web safe color of #af5ec0 is #9966cc. Color #af5ec0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011110 11000000
Octal 257 136 300
Decimal 175 94 192
Hex AF 5E C0

RGB Percentages of Color #af5ec0

%37.96
%20.39
%41.65

CMYK Percentages of Color #af5ec0

%9
%51
%0
%25

Triadic Colors of #af5ec0

#af5ec0 #c0af5e #5ec0af

Analogous Colors of #af5ec0

#af5ec0 #c05ea0 #7e5ec0

Monochromatic Colors of #af5ec0

#af5ec0

Complementary Color

#af5ec0 #6fc05e

#af5ec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5ec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5ec0 Color CSS Codes

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

#af5ec0 Text Font Color

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

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


#af5ec0 Background Color

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

This div background color is #af5ec0


#af5ec0 Border Color

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

This div border color is #af5ec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5ec0


Comments

No comments written yet.

Please login to write comment.