Color Hex Logo

#af41ef Color Hex

#AF41EF
(175,65,239)
0 Favorites   0 Comments

Color spaces of #af41ef

RGB 17565239
HSL0.770.840.60
HSV278°73°94°
CMYK 0.270.730.00   0.06
XYZ35.149519.126583.5006
Yxy19.12650.25510.1388
Hunter Lab43.733966.9287-82.5881
CIE-Lab50.834970.8105-67.8330

#af41ef color RGB value is (175,65,239).

#af41ef hex color red value is 175, green value is 65 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #af41ef hue: 0.77 , saturation: 0.84 and the lightness value of af41ef is 0.60.

The process color (four color CMYK) of #af41ef color hex is 0.27, 0.73, 0.00, 0.06. Web safe color of #af41ef is #9933ff. Color #af41ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000001 11101111
Octal 257 101 357
Decimal 175 65 239
Hex AF 41 EF

RGB Percentages of Color #af41ef

%36.53
%13.57
%49.90

CMYK Percentages of Color #af41ef

%27
%73
%0
%6

Triadic Colors of #af41ef

#af41ef #efaf41 #41efaf

Analogous Colors of #af41ef

#af41ef #ef41d8 #5841ef

Monochromatic Colors of #af41ef

#af41ef

Complementary Color

#af41ef #81ef41

#af41ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af41ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#af41ef Color CSS Codes

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

#af41ef Text Font Color

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

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


#af41ef Background Color

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

This div background color is #af41ef


#af41ef Border Color

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

This div border color is #af41ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af41ef


Comments

No comments written yet.

Please login to write comment.