Color Hex Logo

#af62f5 Color Hex

#AF62F5
(175,98,245)
0 Favorites   0 Comments

Color spaces of #af62f5

RGB 17598245
HSL0.750.880.67
HSV271°60°96°
CMYK 0.290.600.00   0.04
XYZ38.528324.441989.0733
Yxy24.44190.25340.1608
Hunter Lab49.438752.5897-72.2151
CIE-Lab56.527557.4228-62.0031

#af62f5 color RGB value is (175,98,245).

#af62f5 hex color red value is 175, green value is 98 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #af62f5 hue: 0.75 , saturation: 0.88 and the lightness value of af62f5 is 0.67.

The process color (four color CMYK) of #af62f5 color hex is 0.29, 0.60, 0.00, 0.04. Web safe color of #af62f5 is #9966ff. Color #af62f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100010 11110101
Octal 257 142 365
Decimal 175 98 245
Hex AF 62 F5

RGB Percentages of Color #af62f5

%33.78
%18.92
%47.30

CMYK Percentages of Color #af62f5

%29
%60
%0
%4

Triadic Colors of #af62f5

#af62f5 #f5af62 #62f5af

Analogous Colors of #af62f5

#af62f5 #f562f2 #6662f5

Monochromatic Colors of #af62f5

#af62f5

Complementary Color

#af62f5 #a8f562

#af62f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af62f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af62f5 Color CSS Codes

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

#af62f5 Text Font Color

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

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


#af62f5 Background Color

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

This div background color is #af62f5


#af62f5 Border Color

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

This div border color is #af62f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af62f5


Comments

No comments written yet.

Please login to write comment.