Color Hex Logo

#7810ce Color Hex

#7810CE
(120,16,206)
0 Favorites   0 Comments

Color spaces of #7810ce

RGB 12016206
HSL0.760.860.44
HSV273°92°81°
CMYK 0.420.920.00   0.19
XYZ19.07168.819959.0897
Yxy8.81990.21930.1014
Hunter Lab29.698362.6567-97.1784
CIE-Lab35.635270.1548-74.1088

#7810ce color RGB value is (120,16,206).

#7810ce hex color red value is 120, green value is 16 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7810ce hue: 0.76 , saturation: 0.86 and the lightness value of 7810ce is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010000 11001110
Octal 170 20 316
Decimal 120 16 206
Hex 78 10 CE

RGB Percentages of Color #7810ce

%35.09
%4.68
%60.23

CMYK Percentages of Color #7810ce

%42
%92
%0
%19

Triadic Colors of #7810ce

#7810ce #ce7810 #10ce78

Analogous Colors of #7810ce

#7810ce #ce10c5 #1910ce

Monochromatic Colors of #7810ce

#7810ce

Complementary Color

#7810ce #66ce10

#7810ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7810ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7810ce Color CSS Codes

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

#7810ce Text Font Color

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

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


#7810ce Background Color

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

This div background color is #7810ce


#7810ce Border Color

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

This div border color is #7810ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,16,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 #7810ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7810ce


Comments

No comments written yet.

Please login to write comment.