Color Hex Logo

#780dce Color Hex

#780DCE
(120,13,206)
0 Favorites   0 Comments

Color spaces of #780dce

RGB 12013206
HSL0.760.880.43
HSV273°94°81°
CMYK 0.420.940.00   0.19
XYZ19.03028.737159.0760
Yxy8.73710.21910.1006
Hunter Lab29.558663.1931-97.8064
CIE-Lab35.473170.6415-74.3757

#780dce color RGB value is (120,13,206).

#780dce hex color red value is 120, green value is 13 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #780dce hue: 0.76 , saturation: 0.88 and the lightness value of 780dce is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001101 11001110
Octal 170 15 316
Decimal 120 13 206
Hex 78 D CE

RGB Percentages of Color #780dce

%35.40
%3.83
%60.77

CMYK Percentages of Color #780dce

%42
%94
%0
%19

Triadic Colors of #780dce

#780dce #ce780d #0dce78

Analogous Colors of #780dce

#780dce #ce0dc4 #180dce

Monochromatic Colors of #780dce

#780dce

Complementary Color

#780dce #63ce0d

#780dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#780dce Color CSS Codes

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

#780dce Text Font Color

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

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


#780dce Background Color

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

This div background color is #780dce


#780dce Border Color

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

This div border color is #780dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780dce


Comments

No comments written yet.

Please login to write comment.