Color Hex Logo

#780ced Color Hex

#780CED
(120,12,237)
0 Favorites   0 Comments

Color spaces of #780ced

RGB 12012237
HSL0.750.900.49
HSV269°95°93°
CMYK 0.490.950.00   0.07
XYZ23.163310.370480.9016
Yxy10.37040.20240.0906
Hunter Lab32.203172.0374-126.4079
CIE-Lab38.499277.4033-87.1820

#780ced color RGB value is (120,12,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001100 11101101
Octal 170 14 355
Decimal 120 12 237
Hex 78 C ED

RGB Percentages of Color #780ced

%32.52
%3.25
%64.23

CMYK Percentages of Color #780ced

%49
%95
%0
%7

Triadic Colors of #780ced

#780ced #ed780c #0ced78

Analogous Colors of #780ced

#780ced #e90ced #0c10ed

Monochromatic Colors of #780ced

#780ced

Complementary Color

#780ced #81ed0c

#780ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#780ced Color CSS Codes

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

#780ced Text Font Color

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

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


#780ced Background Color

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

This div background color is #780ced


#780ced Border Color

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

This div border color is #780ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780ced


Comments

No comments written yet.

Please login to write comment.