Color Hex Logo

#af7fdb Color Hex

#AF7FDB
(175,127,219)
0 Favorites   0 Comments

Color spaces of #af7fdb

RGB 175127219
HSL0.750.560.68
HSV271°42°86°
CMYK 0.200.420.00   0.14
XYZ38.054829.407270.6883
Yxy29.40720.27550.2129
Hunter Lab54.228430.3627-39.3264
CIE-Lab61.139336.0223-40.1791

#af7fdb color RGB value is (175,127,219).

#af7fdb hex color red value is 175, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #af7fdb hue: 0.75 , saturation: 0.56 and the lightness value of af7fdb is 0.68.

The process color (four color CMYK) of #af7fdb color hex is 0.20, 0.42, 0.00, 0.14. Web safe color of #af7fdb is #9966cc. Color #af7fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111111 11011011
Octal 257 177 333
Decimal 175 127 219
Hex AF 7F DB

RGB Percentages of Color #af7fdb

%33.59
%24.38
%42.03

CMYK Percentages of Color #af7fdb

%20
%42
%0
%14

Triadic Colors of #af7fdb

#af7fdb #dbaf7f #7fdbaf

Analogous Colors of #af7fdb

#af7fdb #db7fd9 #817fdb

Monochromatic Colors of #af7fdb

#af7fdb

Complementary Color

#af7fdb #abdb7f

#af7fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7fdb Color CSS Codes

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

#af7fdb Text Font Color

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

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


#af7fdb Background Color

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

This div background color is #af7fdb


#af7fdb Border Color

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

This div border color is #af7fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7fdb


Comments

No comments written yet.

Please login to write comment.