Color Hex Logo

#af5ebf Color Hex

#AF5EBF
(175,94,191)
0 Favorites   0 Comments

Color spaces of #af5ebf

RGB 17594191
HSL0.810.430.56
HSV290°51°75°
CMYK 0.080.510.00   0.25
XYZ31.085920.881051.6822
Yxy20.88100.29990.2015
Hunter Lab45.695741.4625-35.0704
CIE-Lab52.819047.8577-37.3582

#af5ebf color RGB value is (175,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011110 10111111
Octal 257 136 277
Decimal 175 94 191
Hex AF 5E BF

RGB Percentages of Color #af5ebf

%38.04
%20.43
%41.52

CMYK Percentages of Color #af5ebf

%8
%51
%0
%25

Triadic Colors of #af5ebf

#af5ebf #bfaf5e #5ebfaf

Analogous Colors of #af5ebf

#af5ebf #bf5e9f #7f5ebf

Monochromatic Colors of #af5ebf

#af5ebf

Complementary Color

#af5ebf #6ebf5e

#af5ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5ebf Color CSS Codes

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

#af5ebf Text Font Color

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

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


#af5ebf Background Color

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

This div background color is #af5ebf


#af5ebf Border Color

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

This div border color is #af5ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5ebf


Comments

No comments written yet.

Please login to write comment.