Color Hex Logo

#af7def Color Hex

#AF7DEF
(175,125,239)
0 Favorites   0 Comments

Color spaces of #af7def

RGB 175125239
HSL0.740.780.71
HSV266°48°94°
CMYK 0.270.480.00   0.06
XYZ40.592830.013285.3150
Yxy30.01320.26030.1925
Hunter Lab54.784336.3882-53.9827
CIE-Lab61.665641.7708-50.4757

#af7def color RGB value is (175,125,239).

#af7def hex color red value is 175, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #af7def hue: 0.74 , saturation: 0.78 and the lightness value of af7def is 0.71.

The process color (four color CMYK) of #af7def color hex is 0.27, 0.48, 0.00, 0.06. Web safe color of #af7def is #9966ff. Color #af7def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111101 11101111
Octal 257 175 357
Decimal 175 125 239
Hex AF 7D EF

RGB Percentages of Color #af7def

%32.47
%23.19
%44.34

CMYK Percentages of Color #af7def

%27
%48
%0
%6

Triadic Colors of #af7def

#af7def #efaf7d #7defaf

Analogous Colors of #af7def

#af7def #e87def #7d84ef

Monochromatic Colors of #af7def

#af7def

Complementary Color

#af7def #bdef7d

#af7def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7def Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7def Color CSS Codes

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

#af7def Text Font Color

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

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


#af7def Background Color

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

This div background color is #af7def


#af7def Border Color

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

This div border color is #af7def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7def


Comments

No comments written yet.

Please login to write comment.