Color Hex Logo

#af77eb Color Hex

#AF77EB
(175,119,235)
0 Favorites   0 Comments

Color spaces of #af77eb

RGB 175119235
HSL0.750.740.69
HSV269°49°92°
CMYK 0.260.490.00   0.08
XYZ39.271428.305881.9910
Yxy28.30580.26260.1893
Hunter Lab53.203238.6524-54.1291
CIE-Lab60.164044.1123-50.6383

#af77eb color RGB value is (175,119,235).

#af77eb hex color red value is 175, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #af77eb hue: 0.75 , saturation: 0.74 and the lightness value of af77eb is 0.69.

The process color (four color CMYK) of #af77eb color hex is 0.26, 0.49, 0.00, 0.08. Web safe color of #af77eb is #9966ff. Color #af77eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110111 11101011
Octal 257 167 353
Decimal 175 119 235
Hex AF 77 EB

RGB Percentages of Color #af77eb

%33.08
%22.50
%44.42

CMYK Percentages of Color #af77eb

%26
%49
%0
%8

Triadic Colors of #af77eb

#af77eb #ebaf77 #77ebaf

Analogous Colors of #af77eb

#af77eb #e977eb #7779eb

Monochromatic Colors of #af77eb

#af77eb

Complementary Color

#af77eb #b3eb77

#af77eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af77eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af77eb Color CSS Codes

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

#af77eb Text Font Color

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

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


#af77eb Background Color

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

This div background color is #af77eb


#af77eb Border Color

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

This div border color is #af77eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af77eb


Comments

No comments written yet.

Please login to write comment.