Color Hex Logo

#af42fd Color Hex

#AF42FD
(175,66,253)
0 Favorites   0 Comments

Color spaces of #af42fd

RGB 17566253
HSL0.760.980.63
HSV275°74°99°
CMYK 0.310.740.00   0.01
XYZ37.357020.102294.8397
Yxy20.10220.24530.1320
Hunter Lab44.835570.2644-94.0303
CIE-Lab51.952673.3540-73.8433

#af42fd color RGB value is (175,66,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000010 11111101
Octal 257 102 375
Decimal 175 66 253
Hex AF 42 FD

RGB Percentages of Color #af42fd

%35.43
%13.36
%51.21

CMYK Percentages of Color #af42fd

%31
%74
%0
%1

Triadic Colors of #af42fd

#af42fd #fdaf42 #42fdaf

Analogous Colors of #af42fd

#af42fd #fd42ee #5142fd

Monochromatic Colors of #af42fd

#af42fd

Complementary Color

#af42fd #90fd42

#af42fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af42fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af42fd Color CSS Codes

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

#af42fd Text Font Color

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

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


#af42fd Background Color

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

This div background color is #af42fd


#af42fd Border Color

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

This div border color is #af42fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af42fd

Related Colors


Comments

No comments written yet.

Please login to write comment.