Color Hex Logo

#af0ecf Color Hex

#AF0ECF
(175,14,207)
0 Favorites   0 Comments

Color spaces of #af0ecf

RGB 17514207
HSL0.810.870.43
HSV290°93°81°
CMYK 0.150.930.00   0.19
XYZ29.098713.933060.1872
Yxy13.93300.28190.1350
Hunter Lab37.326973.8299-69.4723
CIE-Lab44.136777.7786-60.4549

#af0ecf color RGB value is (175,14,207).

#af0ecf hex color red value is 175, green value is 14 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #af0ecf hue: 0.81 , saturation: 0.87 and the lightness value of af0ecf is 0.43.

The process color (four color CMYK) of #af0ecf color hex is 0.15, 0.93, 0.00, 0.19. Web safe color of #af0ecf is #9900cc. Color #af0ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001110 11001111
Octal 257 16 317
Decimal 175 14 207
Hex AF E CF

RGB Percentages of Color #af0ecf

%44.19
%3.54
%52.27

CMYK Percentages of Color #af0ecf

%15
%93
%0
%19

Triadic Colors of #af0ecf

#af0ecf #cfaf0e #0ecfaf

Analogous Colors of #af0ecf

#af0ecf #cf0e8f #4f0ecf

Monochromatic Colors of #af0ecf

#af0ecf

Complementary Color

#af0ecf #2ecf0e

#af0ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0ecf Color CSS Codes

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

#af0ecf Text Font Color

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

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


#af0ecf Background Color

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

This div background color is #af0ecf


#af0ecf Border Color

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

This div border color is #af0ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0ecf


Comments

No comments written yet.

Please login to write comment.