Color Hex Logo

#af0df0 Color Hex

#AF0DF0
(175,13,240)
0 Favorites   0 Comments

Color spaces of #af0df0

RGB 17513240
HSL0.790.900.50
HSV283°95°94°
CMYK 0.270.950.00   0.06
XYZ33.551315.693183.6988
Yxy15.69310.25240.1180
Hunter Lab39.614581.8542-97.5396
CIE-Lab46.569283.6728-75.3322

#af0df0 color RGB value is (175,13,240).

#af0df0 hex color red value is 175, green value is 13 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #af0df0 hue: 0.79 , saturation: 0.90 and the lightness value of af0df0 is 0.50.

The process color (four color CMYK) of #af0df0 color hex is 0.27, 0.95, 0.00, 0.06. Web safe color of #af0df0 is #9900ff. Color #af0df0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001101 11110000
Octal 257 15 360
Decimal 175 13 240
Hex AF D F0

RGB Percentages of Color #af0df0

%40.89
%3.04
%56.07

CMYK Percentages of Color #af0df0

%27
%95
%0
%6

Triadic Colors of #af0df0

#af0df0 #f0af0d #0df0af

Analogous Colors of #af0df0

#af0df0 #f00dc0 #3e0df0

Monochromatic Colors of #af0df0

#af0df0

Complementary Color

#af0df0 #4ef00d

#af0df0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0df0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0df0 Color CSS Codes

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

#af0df0 Text Font Color

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

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


#af0df0 Background Color

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

This div background color is #af0df0


#af0df0 Border Color

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

This div border color is #af0df0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0df0


Comments

No comments written yet.

Please login to write comment.