Color Hex Logo

#780ddd Color Hex

#780DDD
(120,13,221)
0 Favorites   0 Comments

Color spaces of #780ddd

RGB 12013221
HSL0.750.890.46
HSV271°94°87°
CMYK 0.460.940.00   0.13
XYZ20.94089.501469.1369
Yxy9.50140.21030.0954
Hunter Lab30.824367.3230-111.4064
CIE-Lab36.932373.8307-80.6391

#780ddd color RGB value is (120,13,221).

#780ddd hex color red value is 120, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #780ddd hue: 0.75 , saturation: 0.89 and the lightness value of 780ddd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001101 11011101
Octal 170 15 335
Decimal 120 13 221
Hex 78 D DD

RGB Percentages of Color #780ddd

%33.90
%3.67
%62.43

CMYK Percentages of Color #780ddd

%46
%94
%0
%13

Triadic Colors of #780ddd

#780ddd #dd780d #0ddd78

Analogous Colors of #780ddd

#780ddd #dd0dda #100ddd

Monochromatic Colors of #780ddd

#780ddd

Complementary Color

#780ddd #72dd0d

#780ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#780ddd Color CSS Codes

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

#780ddd Text Font Color

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

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


#780ddd Background Color

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

This div background color is #780ddd


#780ddd Border Color

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

This div border color is #780ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780ddd


Comments

No comments written yet.

Please login to write comment.