Color Hex Logo

#af74ff Color Hex

#AF74FF
(175,116,255)
0 Favorites   0 Comments

Color spaces of #af74ff

RGB 175116255
HSL0.741.000.73
HSV265°55°100°
CMYK 0.310.550.00   0.00
XYZ41.974628.824797.9592
Yxy28.82470.24870.1708
Hunter Lab53.688645.5989-70.5973
CIE-Lab60.626650.4741-60.9597

#af74ff color RGB value is (175,116,255).

#af74ff hex color red value is 175, green value is 116 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #af74ff hue: 0.74 , saturation: 1.00 and the lightness value of af74ff is 0.73.

The process color (four color CMYK) of #af74ff color hex is 0.31, 0.55, 0.00, 0.00. Web safe color of #af74ff is #9966ff. Color #af74ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110100 11111111
Octal 257 164 377
Decimal 175 116 255
Hex AF 74 FF

RGB Percentages of Color #af74ff

%32.05
%21.25
%46.70

CMYK Percentages of Color #af74ff

%31
%55
%0
%0

Triadic Colors of #af74ff

#af74ff #ffaf74 #74ffaf

Analogous Colors of #af74ff

#af74ff #f574ff #747fff

Monochromatic Colors of #af74ff

#af74ff

Complementary Color

#af74ff #c4ff74

#af74ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af74ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af74ff Color CSS Codes

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

#af74ff Text Font Color

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

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


#af74ff Background Color

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

This div background color is #af74ff


#af74ff Border Color

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

This div border color is #af74ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af74ff


Comments

No comments written yet.

Please login to write comment.