Color Hex Logo

#af43ef Color Hex

#AF43EF
(175,67,239)
0 Favorites   0 Comments

Color spaces of #af43ef

RGB 17567239
HSL0.770.840.60
HSV278°72°94°
CMYK 0.270.720.00   0.06
XYZ35.266319.360383.5395
Yxy19.36030.25520.1401
Hunter Lab44.000366.0673-81.7684
CIE-Lab51.106170.0385-67.3937

#af43ef color RGB value is (175,67,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 11101111
Octal 257 103 357
Decimal 175 67 239
Hex AF 43 EF

RGB Percentages of Color #af43ef

%36.38
%13.93
%49.69

CMYK Percentages of Color #af43ef

%27
%72
%0
%6

Triadic Colors of #af43ef

#af43ef #efaf43 #43efaf

Analogous Colors of #af43ef

#af43ef #ef43d9 #5943ef

Monochromatic Colors of #af43ef

#af43ef

Complementary Color

#af43ef #83ef43

#af43ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af43ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#af43ef Color CSS Codes

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

#af43ef Text Font Color

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

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


#af43ef Background Color

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

This div background color is #af43ef


#af43ef Border Color

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

This div border color is #af43ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af43ef


Comments

No comments written yet.

Please login to write comment.