Color Hex Logo

#af03ec Color Hex

#AF03EC
(175,3,236)
0 Favorites   0 Comments

Color spaces of #af03ec

RGB 1753236
HSL0.790.970.47
HSV284°99°93°
CMYK 0.260.990.00   0.07
XYZ32.852115.235280.5661
Yxy15.23520.25540.1184
Hunter Lab39.032381.9306-95.0572
CIE-Lab45.954783.8499-74.0770

#af03ec color RGB value is (175,3,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000011 11101100
Octal 257 3 354
Decimal 175 3 236
Hex AF 3 EC

RGB Percentages of Color #af03ec

%42.27
%0.72
%57.00

CMYK Percentages of Color #af03ec

%26
%99
%0
%7

Triadic Colors of #af03ec

#af03ec #ecaf03 #03ecaf

Analogous Colors of #af03ec

#af03ec #ec03b5 #3a03ec

Monochromatic Colors of #af03ec

#af03ec

Complementary Color

#af03ec #40ec03

#af03ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af03ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#af03ec Color CSS Codes

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

#af03ec Text Font Color

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

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


#af03ec Background Color

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

This div background color is #af03ec


#af03ec Border Color

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

This div border color is #af03ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af03ec


Comments

No comments written yet.

Please login to write comment.