Color Hex Logo

#af2fea Color Hex

#AF2FEA
(175,47,234)
0 Favorites   0 Comments

Color spaces of #af2fea

RGB 17547234
HSL0.780.820.55
HSV281°80°92°
CMYK 0.250.800.00   0.08
XYZ33.547017.087579.3720
Yxy17.08750.25800.1314
Hunter Lab41.337072.5216-84.9079
CIE-Lab48.370175.8954-69.0143

#af2fea color RGB value is (175,47,234).

#af2fea hex color red value is 175, green value is 47 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #af2fea hue: 0.78 , saturation: 0.82 and the lightness value of af2fea is 0.55.

The process color (four color CMYK) of #af2fea color hex is 0.25, 0.80, 0.00, 0.08. Web safe color of #af2fea is #9933ff. Color #af2fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101111 11101010
Octal 257 57 352
Decimal 175 47 234
Hex AF 2F EA

RGB Percentages of Color #af2fea

%38.38
%10.31
%51.32

CMYK Percentages of Color #af2fea

%25
%80
%0
%8

Triadic Colors of #af2fea

#af2fea #eaaf2f #2feaaf

Analogous Colors of #af2fea

#af2fea #ea2fc8 #522fea

Monochromatic Colors of #af2fea

#af2fea

Complementary Color

#af2fea #6aea2f

#af2fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2fea Color CSS Codes

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

#af2fea Text Font Color

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

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


#af2fea Background Color

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

This div background color is #af2fea


#af2fea Border Color

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

This div border color is #af2fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2fea


Comments

No comments written yet.

Please login to write comment.