Color Hex Logo

#af4ebb Color Hex

#AF4EBB
(175,78,187)
0 Favorites   0 Comments

Color spaces of #af4ebb

RGB 17578187
HSL0.810.440.52
HSV293°58°73°
CMYK 0.060.580.00   0.27
XYZ29.373218.150648.9690
Yxy18.15060.30440.1881
Hunter Lab42.603548.5115-38.3262
CIE-Lab49.678354.9489-39.9939

#af4ebb color RGB value is (175,78,187).

#af4ebb hex color red value is 175, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #af4ebb hue: 0.81 , saturation: 0.44 and the lightness value of af4ebb is 0.52.

The process color (four color CMYK) of #af4ebb color hex is 0.06, 0.58, 0.00, 0.27. Web safe color of #af4ebb is #9966cc. Color #af4ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001110 10111011
Octal 257 116 273
Decimal 175 78 187
Hex AF 4E BB

RGB Percentages of Color #af4ebb

%39.77
%17.73
%42.50

CMYK Percentages of Color #af4ebb

%6
%58
%0
%27

Triadic Colors of #af4ebb

#af4ebb #bbaf4e #4ebbaf

Analogous Colors of #af4ebb

#af4ebb #bb4e91 #794ebb

Monochromatic Colors of #af4ebb

#af4ebb

Complementary Color

#af4ebb #5abb4e

#af4ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4ebb Color CSS Codes

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

#af4ebb Text Font Color

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

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


#af4ebb Background Color

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

This div background color is #af4ebb


#af4ebb Border Color

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

This div border color is #af4ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4ebb


Comments

No comments written yet.

Please login to write comment.