Color Hex Logo

#af09ec Color Hex

#AF09EC
(175,9,236)
0 Favorites   0 Comments

Color spaces of #af09ec

RGB 1759236
HSL0.790.930.48
HSV284°96°93°
CMYK 0.260.960.00   0.07
XYZ32.917215.365580.5878
Yxy15.36550.25540.1192
Hunter Lab39.198981.2972-94.4534
CIE-Lab46.130883.3224-73.7895

#af09ec color RGB value is (175,9,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001001 11101100
Octal 257 11 354
Decimal 175 9 236
Hex AF 9 EC

RGB Percentages of Color #af09ec

%41.67
%2.14
%56.19

CMYK Percentages of Color #af09ec

%26
%96
%0
%7

Triadic Colors of #af09ec

#af09ec #ecaf09 #09ecaf

Analogous Colors of #af09ec

#af09ec #ec09b8 #3d09ec

Monochromatic Colors of #af09ec

#af09ec

Complementary Color

#af09ec #46ec09

#af09ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af09ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#af09ec Color CSS Codes

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

#af09ec Text Font Color

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

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


#af09ec Background Color

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

This div background color is #af09ec


#af09ec Border Color

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

This div border color is #af09ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af09ec


Comments

No comments written yet.

Please login to write comment.