Color Hex Logo

#af4ace Color Hex

#AF4ACE
(175,74,206)
0 Favorites   0 Comments

Color spaces of #af4ace

RGB 17574206
HSL0.790.570.55
HSV286°64°81°
CMYK 0.150.640.00   0.19
XYZ31.268618.467860.3091
Yxy18.46780.28410.1678
Hunter Lab42.974254.6742-53.1245
CIE-Lab50.058760.4294-50.3553

#af4ace color RGB value is (175,74,206).

#af4ace hex color red value is 175, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #af4ace hue: 0.79 , saturation: 0.57 and the lightness value of af4ace is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001010 11001110
Octal 257 112 316
Decimal 175 74 206
Hex AF 4A CE

RGB Percentages of Color #af4ace

%38.46
%16.26
%45.27

CMYK Percentages of Color #af4ace

%15
%64
%0
%19

Triadic Colors of #af4ace

#af4ace #ceaf4a #4aceaf

Analogous Colors of #af4ace

#af4ace #ce4aab #6d4ace

Monochromatic Colors of #af4ace

#af4ace

Complementary Color

#af4ace #69ce4a

#af4ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4ace Color CSS Codes

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

#af4ace Text Font Color

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

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


#af4ace Background Color

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

This div background color is #af4ace


#af4ace Border Color

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

This div border color is #af4ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4ace


Comments

No comments written yet.

Please login to write comment.