Color Hex Logo

#af0ebb Color Hex

#AF0EBB
(175,14,187)
0 Favorites   0 Comments

Color spaces of #af0ebb

RGB 17514187
HSL0.820.860.39
HSV296°93°73°
CMYK 0.060.930.00   0.27
XYZ26.805913.015948.1132
Yxy13.01590.30480.1480
Hunter Lab36.077669.4911-53.8151
CIE-Lab42.787274.5013-50.9772

#af0ebb color RGB value is (175,14,187).

#af0ebb hex color red value is 175, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #af0ebb hue: 0.82 , saturation: 0.86 and the lightness value of af0ebb is 0.39.

The process color (four color CMYK) of #af0ebb color hex is 0.06, 0.93, 0.00, 0.27. Web safe color of #af0ebb is #9900cc. Color #af0ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001110 10111011
Octal 257 16 273
Decimal 175 14 187
Hex AF E BB

RGB Percentages of Color #af0ebb

%46.54
%3.72
%49.73

CMYK Percentages of Color #af0ebb

%6
%93
%0
%27

Triadic Colors of #af0ebb

#af0ebb #bbaf0e #0ebbaf

Analogous Colors of #af0ebb

#af0ebb #bb0e71 #590ebb

Monochromatic Colors of #af0ebb

#af0ebb

Complementary Color

#af0ebb #1abb0e

#af0ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0ebb Color CSS Codes

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

#af0ebb Text Font Color

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

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


#af0ebb Background Color

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

This div background color is #af0ebb


#af0ebb Border Color

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

This div border color is #af0ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0ebb


Comments

No comments written yet.

Please login to write comment.