Color Hex Logo

#780ce9 Color Hex

#780CE9
(120,12,233)
0 Favorites   0 Comments

Color spaces of #780ce9

RGB 12012233
HSL0.750.900.48
HSV269°95°91°
CMYK 0.480.950.00   0.09
XYZ22.585210.139277.8575
Yxy10.13920.20420.0917
Hunter Lab31.842170.8841-122.6812
CIE-Lab38.091176.5420-85.5845

#780ce9 color RGB value is (120,12,233).

#780ce9 hex color red value is 120, green value is 12 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #780ce9 hue: 0.75 , saturation: 0.90 and the lightness value of 780ce9 is 0.48.

The process color (four color CMYK) of #780ce9 color hex is 0.48, 0.95, 0.00, 0.09. Web safe color of #780ce9 is #6600ff. Color #780ce9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001100 11101001
Octal 170 14 351
Decimal 120 12 233
Hex 78 C E9

RGB Percentages of Color #780ce9

%32.88
%3.29
%63.84

CMYK Percentages of Color #780ce9

%48
%95
%0
%9

Triadic Colors of #780ce9

#780ce9 #e9780c #0ce978

Analogous Colors of #780ce9

#780ce9 #e70ce9 #0c0ee9

Monochromatic Colors of #780ce9

#780ce9

Complementary Color

#780ce9 #7de90c

#780ce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780ce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780ce9 Color CSS Codes

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

#780ce9 Text Font Color

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

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


#780ce9 Background Color

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

This div background color is #780ce9


#780ce9 Border Color

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

This div border color is #780ce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780ce9


Comments

No comments written yet.

Please login to write comment.