Color Hex Logo

#af5fdf Color Hex

#AF5FDF
(175,95,223)
0 Favorites   0 Comments

Color spaces of #af5fdf

RGB 17595223
HSL0.770.670.62
HSV278°57°87°
CMYK 0.220.570.00   0.13
XYZ35.090722.626172.3298
Yxy22.62610.26980.1740
Hunter Lab47.566948.4396-56.8590
CIE-Lab54.685154.0144-52.6373

#af5fdf color RGB value is (175,95,223).

#af5fdf hex color red value is 175, green value is 95 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #af5fdf hue: 0.77 , saturation: 0.67 and the lightness value of af5fdf is 0.62.

The process color (four color CMYK) of #af5fdf color hex is 0.22, 0.57, 0.00, 0.13. Web safe color of #af5fdf is #9966cc. Color #af5fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011111 11011111
Octal 257 137 337
Decimal 175 95 223
Hex AF 5F DF

RGB Percentages of Color #af5fdf

%35.50
%19.27
%45.23

CMYK Percentages of Color #af5fdf

%22
%57
%0
%13

Triadic Colors of #af5fdf

#af5fdf #dfaf5f #5fdfaf

Analogous Colors of #af5fdf

#af5fdf #df5fcf #6f5fdf

Monochromatic Colors of #af5fdf

#af5fdf

Complementary Color

#af5fdf #8fdf5f

#af5fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5fdf Color CSS Codes

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

#af5fdf Text Font Color

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

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


#af5fdf Background Color

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

This div background color is #af5fdf


#af5fdf Border Color

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

This div border color is #af5fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5fdf


Comments

No comments written yet.

Please login to write comment.