Color Hex Logo

#af23fd Color Hex

#AF23FD
(175,35,253)
0 Favorites   0 Comments

Color spaces of #af23fd

RGB 17535253
HSL0.770.980.56
HSV279°86°99°
CMYK 0.310.860.00   0.01
XYZ36.009917.407994.3906
Yxy17.40790.24360.1178
Hunter Lab41.722881.0441-104.9275
CIE-Lab48.769982.6159-79.0287

#af23fd color RGB value is (175,35,253).

#af23fd hex color red value is 175, green value is 35 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #af23fd hue: 0.77 , saturation: 0.98 and the lightness value of af23fd is 0.56.

The process color (four color CMYK) of #af23fd color hex is 0.31, 0.86, 0.00, 0.01. Web safe color of #af23fd is #9933ff. Color #af23fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100011 11111101
Octal 257 43 375
Decimal 175 35 253
Hex AF 23 FD

RGB Percentages of Color #af23fd

%37.80
%7.56
%54.64

CMYK Percentages of Color #af23fd

%31
%86
%0
%1

Triadic Colors of #af23fd

#af23fd #fdaf23 #23fdaf

Analogous Colors of #af23fd

#af23fd #fd23de #4223fd

Monochromatic Colors of #af23fd

#af23fd

Complementary Color

#af23fd #71fd23

#af23fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af23fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af23fd Color CSS Codes

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

#af23fd Text Font Color

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

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


#af23fd Background Color

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

This div background color is #af23fd


#af23fd Border Color

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

This div border color is #af23fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,35,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 #af23fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af23fd


Comments

No comments written yet.

Please login to write comment.