Color Hex Logo

#7843ae Color Hex

#7843AE
(120,67,174)
0 Favorites   0 Comments

Color spaces of #7843ae

RGB 12067174
HSL0.750.440.47
HSV270°61°68°
CMYK 0.310.610.00   0.32
XYZ17.392911.063441.2631
Yxy11.06340.24950.1587
Hunter Lab33.261735.1316-50.2696
CIE-Lab39.687043.8364-48.7196

#7843ae color RGB value is (120,67,174).

#7843ae hex color red value is 120, green value is 67 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7843ae hue: 0.75 , saturation: 0.44 and the lightness value of 7843ae is 0.47.

The process color (four color CMYK) of #7843ae color hex is 0.31, 0.61, 0.00, 0.32. Web safe color of #7843ae is #663399. Color #7843ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000011 10101110
Octal 170 103 256
Decimal 120 67 174
Hex 78 43 AE

RGB Percentages of Color #7843ae

%33.24
%18.56
%48.20

CMYK Percentages of Color #7843ae

%31
%61
%0
%32

Triadic Colors of #7843ae

#7843ae #ae7843 #43ae78

Analogous Colors of #7843ae

#7843ae #ae43ae #4344ae

Monochromatic Colors of #7843ae

#7843ae

Complementary Color

#7843ae #79ae43

#7843ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7843ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7843ae Color CSS Codes

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

#7843ae Text Font Color

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

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


#7843ae Background Color

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

This div background color is #7843ae


#7843ae Border Color

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

This div border color is #7843ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,67,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7843ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7843ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7843ae;
  box-shadow:         1px 1px 3px 2px #7843ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7843ae


Comments

No comments written yet.

Please login to write comment.