Color Hex Logo

#af2dfe Color Hex

#AF2DFE
(175,45,254)
0 Favorites   0 Comments

Color spaces of #af2dfe

RGB 17545254
HSL0.770.990.59
HSV277°82°100°
CMYK 0.310.820.00   0.00
XYZ36.507018.146595.3444
Yxy18.14650.24340.1210
Hunter Lab42.598778.4264-102.8837
CIE-Lab49.673380.3792-78.1113

#af2dfe color RGB value is (175,45,254).

#af2dfe hex color red value is 175, green value is 45 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #af2dfe hue: 0.77 , saturation: 0.99 and the lightness value of af2dfe is 0.59.

The process color (four color CMYK) of #af2dfe color hex is 0.31, 0.82, 0.00, 0.00. Web safe color of #af2dfe is #9933ff. Color #af2dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101101 11111110
Octal 257 55 376
Decimal 175 45 254
Hex AF 2D FE

RGB Percentages of Color #af2dfe

%36.92
%9.49
%53.59

CMYK Percentages of Color #af2dfe

%31
%82
%0
%0

Triadic Colors of #af2dfe

#af2dfe #feaf2d #2dfeaf

Analogous Colors of #af2dfe

#af2dfe #fe2de5 #462dfe

Monochromatic Colors of #af2dfe

#af2dfe

Complementary Color

#af2dfe #7cfe2d

#af2dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2dfe Color CSS Codes

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

#af2dfe Text Font Color

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

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


#af2dfe Background Color

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

This div background color is #af2dfe


#af2dfe Border Color

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

This div border color is #af2dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2dfe


Comments

No comments written yet.

Please login to write comment.