Color Hex Logo

#af06ea Color Hex

#AF06EA
(175,6,234)
0 Favorites   0 Comments

Color spaces of #af06ea

RGB 1756234
HSL0.790.950.47
HSV284°97°92°
CMYK 0.250.970.00   0.08
XYZ32.595615.184779.0549
Yxy15.18470.25700.1197
Hunter Lab38.967681.1186-93.0065
CIE-Lab45.886183.2296-73.0569

#af06ea color RGB value is (175,6,234).

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

The process color (four color CMYK) of #af06ea color hex is 0.25, 0.97, 0.00, 0.08. Web safe color of #af06ea is #9900ff. Color #af06ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000110 11101010
Octal 257 6 352
Decimal 175 6 234
Hex AF 6 EA

RGB Percentages of Color #af06ea

%42.17
%1.45
%56.39

CMYK Percentages of Color #af06ea

%25
%97
%0
%8

Triadic Colors of #af06ea

#af06ea #eaaf06 #06eaaf

Analogous Colors of #af06ea

#af06ea #ea06b3 #3d06ea

Monochromatic Colors of #af06ea

#af06ea

Complementary Color

#af06ea #41ea06

#af06ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af06ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#af06ea Color CSS Codes

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

#af06ea Text Font Color

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

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


#af06ea Background Color

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

This div background color is #af06ea


#af06ea Border Color

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

This div border color is #af06ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af06ea


Comments

No comments written yet.

Please login to write comment.