Color Hex Logo

#af78ed Color Hex

#AF78ED
(175,120,237)
0 Favorites   0 Comments

Color spaces of #af78ed

RGB 175120237
HSL0.750.760.70
HSV268°49°93°
CMYK 0.260.490.00   0.07
XYZ39.681728.661383.5615
Yxy28.66130.26120.1887
Hunter Lab53.536238.6179-55.0668
CIE-Lab60.481544.0361-51.2453

#af78ed color RGB value is (175,120,237).

#af78ed hex color red value is 175, green value is 120 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af78ed hue: 0.75 , saturation: 0.76 and the lightness value of af78ed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 11101101
Octal 257 170 355
Decimal 175 120 237
Hex AF 78 ED

RGB Percentages of Color #af78ed

%32.89
%22.56
%44.55

CMYK Percentages of Color #af78ed

%26
%49
%0
%7

Triadic Colors of #af78ed

#af78ed #edaf78 #78edaf

Analogous Colors of #af78ed

#af78ed #ea78ed #787ced

Monochromatic Colors of #af78ed

#af78ed

Complementary Color

#af78ed #b6ed78

#af78ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af78ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af78ed Color CSS Codes

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

#af78ed Text Font Color

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

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


#af78ed Background Color

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

This div background color is #af78ed


#af78ed Border Color

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

This div border color is #af78ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af78ed


Comments

No comments written yet.

Please login to write comment.