Color Hex Logo

#af5ebd Color Hex

#AF5EBD
(175,94,189)
0 Favorites   0 Comments

Color spaces of #af5ebd

RGB 17594189
HSL0.810.420.55
HSV291°50°74°
CMYK 0.070.500.00   0.26
XYZ30.867220.793550.5308
Yxy20.79350.30210.2035
Hunter Lab45.599941.0293-33.7814
CIE-Lab52.722747.4629-36.3569

#af5ebd color RGB value is (175,94,189).

#af5ebd hex color red value is 175, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #af5ebd hue: 0.81 , saturation: 0.42 and the lightness value of af5ebd is 0.55.

The process color (four color CMYK) of #af5ebd color hex is 0.07, 0.50, 0.00, 0.26. Web safe color of #af5ebd is #9966cc. Color #af5ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011110 10111101
Octal 257 136 275
Decimal 175 94 189
Hex AF 5E BD

RGB Percentages of Color #af5ebd

%38.21
%20.52
%41.27

CMYK Percentages of Color #af5ebd

%7
%50
%0
%26

Triadic Colors of #af5ebd

#af5ebd #bdaf5e #5ebdaf

Analogous Colors of #af5ebd

#af5ebd #bd5e9c #805ebd

Monochromatic Colors of #af5ebd

#af5ebd

Complementary Color

#af5ebd #6cbd5e

#af5ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5ebd Color CSS Codes

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

#af5ebd Text Font Color

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

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


#af5ebd Background Color

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

This div background color is #af5ebd


#af5ebd Border Color

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

This div border color is #af5ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5ebd


Comments

No comments written yet.

Please login to write comment.