Color Hex Logo

#780dcd Color Hex

#780DCD
(120,13,205)
0 Favorites   0 Comments

Color spaces of #780dcd

RGB 12013205
HSL0.760.880.43
HSV273°94°80°
CMYK 0.410.940.00   0.20
XYZ18.90918.688758.4381
Yxy8.68870.21980.1010
Hunter Lab29.476662.9229-96.9103
CIE-Lab35.377970.4302-73.9506

#780dcd color RGB value is (120,13,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001101 11001101
Octal 170 15 315
Decimal 120 13 205
Hex 78 D CD

RGB Percentages of Color #780dcd

%35.50
%3.85
%60.65

CMYK Percentages of Color #780dcd

%41
%94
%0
%20

Triadic Colors of #780dcd

#780dcd #cd780d #0dcd78

Analogous Colors of #780dcd

#780dcd #cd0dc2 #180dcd

Monochromatic Colors of #780dcd

#780dcd

Complementary Color

#780dcd #62cd0d

#780dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#780dcd Color CSS Codes

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

#780dcd Text Font Color

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

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


#780dcd Background Color

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

This div background color is #780dcd


#780dcd Border Color

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

This div border color is #780dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780dcd


Comments

No comments written yet.

Please login to write comment.