Color Hex Logo

#af94fd Color Hex

#AF94FD
(175,148,253)
0 Favorites   0 Comments

Color spaces of #af94fd

RGB 175148253
HSL0.710.960.79
HSV255°42°99°
CMYK 0.310.420.00   0.01
XYZ45.998737.385697.7203
Yxy37.38560.25400.2064
Hunter Lab61.143827.2847-51.9570
CIE-Lab67.565332.3643-48.8393

#af94fd color RGB value is (175,148,253).

#af94fd hex color red value is 175, green value is 148 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #af94fd hue: 0.71 , saturation: 0.96 and the lightness value of af94fd is 0.79.

The process color (four color CMYK) of #af94fd color hex is 0.31, 0.42, 0.00, 0.01. Web safe color of #af94fd is #9999ff. Color #af94fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 11111101
Octal 257 224 375
Decimal 175 148 253
Hex AF 94 FD

RGB Percentages of Color #af94fd

%30.38
%25.69
%43.92

CMYK Percentages of Color #af94fd

%31
%42
%0
%1

Triadic Colors of #af94fd

#af94fd #fdaf94 #94fdaf

Analogous Colors of #af94fd

#af94fd #e494fd #94aefd

Monochromatic Colors of #af94fd

#af94fd

Complementary Color

#af94fd #e2fd94

#af94fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af94fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af94fd Color CSS Codes

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

#af94fd Text Font Color

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

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


#af94fd Background Color

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

This div background color is #af94fd


#af94fd Border Color

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

This div border color is #af94fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af94fd

Related Colors


Comments

No comments written yet.

Please login to write comment.