Color Hex Logo

#af02ed Color Hex

#AF02ED
(175,2,237)
0 Favorites   0 Comments

Color spaces of #af02ed

RGB 1752237
HSL0.790.980.47
HSV284°99°93°
CMYK 0.260.990.00   0.07
XYZ32.987015.271881.3299
Yxy15.27180.25460.1178
Hunter Lab39.079282.2847-96.0365
CIE-Lab46.004284.1158-74.5613

#af02ed color RGB value is (175,2,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000010 11101101
Octal 257 2 355
Decimal 175 2 237
Hex AF 2 ED

RGB Percentages of Color #af02ed

%42.27
%0.48
%57.25

CMYK Percentages of Color #af02ed

%26
%99
%0
%7

Triadic Colors of #af02ed

#af02ed #edaf02 #02edaf

Analogous Colors of #af02ed

#af02ed #ed02b6 #3902ed

Monochromatic Colors of #af02ed

#af02ed

Complementary Color

#af02ed #40ed02

#af02ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af02ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af02ed Color CSS Codes

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

#af02ed Text Font Color

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

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


#af02ed Background Color

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

This div background color is #af02ed


#af02ed Border Color

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

This div border color is #af02ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af02ed


Comments

No comments written yet.

Please login to write comment.