Color Hex Logo

#af72ec Color Hex

#AF72EC
(175,114,236)
0 Favorites   0 Comments

Color spaces of #af72ec

RGB 175114236
HSL0.750.760.69
HSV270°52°93°
CMYK 0.260.520.00   0.07
XYZ38.836827.204782.5610
Yxy27.20470.26130.1831
Hunter Lab52.158141.6339-57.3393
CIE-Lab59.163347.0467-52.7843

#af72ec color RGB value is (175,114,236).

#af72ec hex color red value is 175, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #af72ec hue: 0.75 , saturation: 0.76 and the lightness value of af72ec is 0.69.

The process color (four color CMYK) of #af72ec color hex is 0.26, 0.52, 0.00, 0.07. Web safe color of #af72ec is #9966ff. Color #af72ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110010 11101100
Octal 257 162 354
Decimal 175 114 236
Hex AF 72 EC

RGB Percentages of Color #af72ec

%33.33
%21.71
%44.95

CMYK Percentages of Color #af72ec

%26
%52
%0
%7

Triadic Colors of #af72ec

#af72ec #ecaf72 #72ecaf

Analogous Colors of #af72ec

#af72ec #ec72ec #7272ec

Monochromatic Colors of #af72ec

#af72ec

Complementary Color

#af72ec #afec72

#af72ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af72ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#af72ec Color CSS Codes

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

#af72ec Text Font Color

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

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


#af72ec Background Color

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

This div background color is #af72ec


#af72ec Border Color

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

This div border color is #af72ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af72ec


Comments

No comments written yet.

Please login to write comment.