Color Hex Logo

#7853ce Color Hex

#7853CE
(120,83,206)
0 Favorites   0 Comments

Color spaces of #7853ce

RGB 12083206
HSL0.720.560.57
HSV258°60°81°
CMYK 0.420.600.00   0.19
XYZ21.979614.635860.0591
Yxy14.63580.22740.1514
Hunter Lab38.256835.6040-66.2993
CIE-Lab45.131343.4033-58.6235

#7853ce color RGB value is (120,83,206).

#7853ce hex color red value is 120, green value is 83 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7853ce hue: 0.72 , saturation: 0.56 and the lightness value of 7853ce is 0.57.

The process color (four color CMYK) of #7853ce color hex is 0.42, 0.60, 0.00, 0.19. Web safe color of #7853ce is #6666cc. Color #7853ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010011 11001110
Octal 170 123 316
Decimal 120 83 206
Hex 78 53 CE

RGB Percentages of Color #7853ce

%29.34
%20.29
%50.37

CMYK Percentages of Color #7853ce

%42
%60
%0
%19

Triadic Colors of #7853ce

#7853ce #ce7853 #53ce78

Analogous Colors of #7853ce

#7853ce #b653ce #536cce

Monochromatic Colors of #7853ce

#7853ce

Complementary Color

#7853ce #a9ce53

#7853ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7853ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7853ce Color CSS Codes

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

#7853ce Text Font Color

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

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


#7853ce Background Color

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

This div background color is #7853ce


#7853ce Border Color

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

This div border color is #7853ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,83,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7853ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7853ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7853ce;
  box-shadow:         1px 1px 3px 2px #7853ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7853ce


Comments

No comments written yet.

Please login to write comment.