Color Hex Logo

#af01ec Color Hex

#AF01EC
(175,1,236)
0 Favorites   0 Comments

Color spaces of #af01ec

RGB 1751236
HSL0.790.990.46
HSV284°100°93°
CMYK 0.261.000.00   0.07
XYZ32.830415.191880.5588
Yxy15.19180.25530.1181
Hunter Lab38.976782.1430-95.2597
CIE-Lab45.895884.0264-74.1730

#af01ec color RGB value is (175,1,236).

#af01ec hex color red value is 175, green value is 1 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #af01ec hue: 0.79 , saturation: 0.99 and the lightness value of af01ec is 0.46.

The process color (four color CMYK) of #af01ec color hex is 0.26, 1.00, 0.00, 0.07. Web safe color of #af01ec is #9900ff. Color #af01ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000001 11101100
Octal 257 1 354
Decimal 175 1 236
Hex AF 1 EC

RGB Percentages of Color #af01ec

%42.48
%0.24
%57.28

CMYK Percentages of Color #af01ec

%26
%100
%0
%7

Triadic Colors of #af01ec

#af01ec #ecaf01 #01ecaf

Analogous Colors of #af01ec

#af01ec #ec01b4 #3901ec

Monochromatic Colors of #af01ec

#af01ec

Complementary Color

#af01ec #3eec01

#af01ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af01ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#af01ec Color CSS Codes

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

#af01ec Text Font Color

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

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


#af01ec Background Color

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

This div background color is #af01ec


#af01ec Border Color

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

This div border color is #af01ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af01ec


Comments

No comments written yet.

Please login to write comment.