Color Hex Logo

#af54ef Color Hex

#AF54EF
(175,84,239)
0 Favorites   0 Comments

Color spaces of #af54ef

RGB 17584239
HSL0.760.830.63
HSV275°65°94°
CMYK 0.270.650.00   0.06
XYZ36.429521.686683.9272
Yxy21.68660.25650.1527
Hunter Lab46.568958.1399-74.2552
CIE-Lab53.692962.7961-63.2166

#af54ef color RGB value is (175,84,239).

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

The process color (four color CMYK) of #af54ef color hex is 0.27, 0.65, 0.00, 0.06. Web safe color of #af54ef is #9966ff. Color #af54ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010100 11101111
Octal 257 124 357
Decimal 175 84 239
Hex AF 54 EF

RGB Percentages of Color #af54ef

%35.14
%16.87
%47.99

CMYK Percentages of Color #af54ef

%27
%65
%0
%6

Triadic Colors of #af54ef

#af54ef #efaf54 #54efaf

Analogous Colors of #af54ef

#af54ef #ef54e2 #6254ef

Monochromatic Colors of #af54ef

#af54ef

Complementary Color

#af54ef #94ef54

#af54ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af54ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#af54ef Color CSS Codes

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

#af54ef Text Font Color

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

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


#af54ef Background Color

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

This div background color is #af54ef


#af54ef Border Color

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

This div border color is #af54ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af54ef


Comments

No comments written yet.

Please login to write comment.