Color Hex Logo

#af78ec Color Hex

#AF78EC
(175,120,236)
0 Favorites   0 Comments

Color spaces of #af78ec

RGB 175120236
HSL0.750.750.70
HSV268°49°93°
CMYK 0.260.490.00   0.07
XYZ39.536028.603082.7940
Yxy28.60300.26190.1895
Hunter Lab53.481838.3617-54.3484
CIE-Lab60.429643.8018-50.7724

#af78ec color RGB value is (175,120,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 11101100
Octal 257 170 354
Decimal 175 120 236
Hex AF 78 EC

RGB Percentages of Color #af78ec

%32.96
%22.60
%44.44

CMYK Percentages of Color #af78ec

%26
%49
%0
%7

Triadic Colors of #af78ec

#af78ec #ecaf78 #78ecaf

Analogous Colors of #af78ec

#af78ec #e978ec #787bec

Monochromatic Colors of #af78ec

#af78ec

Complementary Color

#af78ec #b5ec78

#af78ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af78ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#af78ec Color CSS Codes

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

#af78ec Text Font Color

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

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


#af78ec Background Color

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

This div background color is #af78ec


#af78ec Border Color

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

This div border color is #af78ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af78ec


Comments

No comments written yet.

Please login to write comment.