color codes Logo

#a78edc color codes

#A78EDC
(167,142,220)
0 Favorites   0 Comments

Color spaces of #a78edc

RGB 167142220
HSL0.720.530.71
HSV259°35°86°
CMYK 0.240.350.00   0.14
XYZ38.527632.728871.9968
Yxy32.72880.26890.2285
Hunter Lab57.209120.0953-34.5692
CIE-Lab63.940725.4673-36.4111

#a78edc color RGB value is (167,142,220).

#a78edc hex color red value is 167, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a78edc hue: 0.72 , saturation: 0.53 and the lightness value of a78edc is 0.71.

The process color (four color CMYK) of #a78edc color code is 0.24, 0.35, 0.00, 0.14. Web safe color of #a78edc is #9999cc. Color #a78edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10001110 11011100
Octal 247 216 334
Decimal 167 142 220
Hex A7 8E DC

RGB Percentages of Color #a78edc

%31.57
%26.84
%41.59

CMYK Percentages of Color #a78edc

%24
%35
%0
%14

Triadic Colors of #a78edc

#a78edc #dca78e #8edca7

Analogous Colors of #a78edc

#a78edc #ce8edc #8e9cdc

Monochromatic Colors of #a78edc

#a78edc

Complementary Color

#a78edc #c3dc8e

#a78edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a78edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a78edc Color CSS Codes

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

#a78edc Text Font Color

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

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


#a78edc Background Color

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

This div background color is #a78edc


#a78edc Border Color

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

This div border color is #a78edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,142,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a78edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a78edc;
  -webkit-box-shadow: 1px 1px 3px 2px #a78edc;
  box-shadow:         1px 1px 3px 2px #a78edc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,142,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a78edc


Comments

No comments written yet.

Please login to write comment.