Color Hex Logo

#af3ace Color Hex

#AF3ACE
(175,58,206)
0 Favorites   0 Comments

Color spaces of #af3ace

RGB 17558206
HSL0.800.600.52
HSV287°72°81°
CMYK 0.150.720.00   0.19
XYZ30.332816.596359.9972
Yxy16.59630.28370.1552
Hunter Lab40.738661.6137-58.8016
CIE-Lab47.747366.9139-54.0568

#af3ace color RGB value is (175,58,206).

#af3ace hex color red value is 175, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #af3ace hue: 0.80 , saturation: 0.60 and the lightness value of af3ace is 0.52.

The process color (four color CMYK) of #af3ace color hex is 0.15, 0.72, 0.00, 0.19. Web safe color of #af3ace is #9933cc. Color #af3ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111010 11001110
Octal 257 72 316
Decimal 175 58 206
Hex AF 3A CE

RGB Percentages of Color #af3ace

%39.86
%13.21
%46.92

CMYK Percentages of Color #af3ace

%15
%72
%0
%19

Triadic Colors of #af3ace

#af3ace #ceaf3a #3aceaf

Analogous Colors of #af3ace

#af3ace #ce3aa3 #653ace

Monochromatic Colors of #af3ace

#af3ace

Complementary Color

#af3ace #59ce3a

#af3ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3ace Color CSS Codes

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

#af3ace Text Font Color

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

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


#af3ace Background Color

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

This div background color is #af3ace


#af3ace Border Color

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

This div border color is #af3ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3ace


Comments

No comments written yet.

Please login to write comment.