Color Hex Logo

#781cca Color Hex

#781CCA
(120,28,202)
0 Favorites   0 Comments

Color spaces of #781cca

RGB 12028202
HSL0.750.760.45
HSV272°86°79°
CMYK 0.410.860.00   0.21
XYZ18.82179.087856.6392
Yxy9.08780.22260.1075
Hunter Lab30.146058.6914-90.2937
CIE-Lab36.152866.6397-70.9294

#781cca color RGB value is (120,28,202).

#781cca hex color red value is 120, green value is 28 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #781cca hue: 0.75 , saturation: 0.76 and the lightness value of 781cca is 0.45.

The process color (four color CMYK) of #781cca color hex is 0.41, 0.86, 0.00, 0.21. Web safe color of #781cca is #6633cc. Color #781cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011100 11001010
Octal 170 34 312
Decimal 120 28 202
Hex 78 1C CA

RGB Percentages of Color #781cca

%34.29
%8.00
%57.71

CMYK Percentages of Color #781cca

%41
%86
%0
%21

Triadic Colors of #781cca

#781cca #ca781c #1cca78

Analogous Colors of #781cca

#781cca #ca1cc5 #211cca

Monochromatic Colors of #781cca

#781cca

Complementary Color

#781cca #6eca1c

#781cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#781cca Color CSS Codes

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

#781cca Text Font Color

<p style="color:#781cca">Text here</p>

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


#781cca Background Color

<div style="background-color:#781cca">
Div content here</div>

This div background color is #781cca


#781cca Border Color

<div style="border:3px solid #781cca">
Div here</div>

This div border color is #781cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,28,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #781cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #781cca;
  -webkit-box-shadow: 1px 1px 3px 2px #781cca;
  box-shadow:         1px 1px 3px 2px #781cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781cca


Comments

No comments written yet.

Please login to write comment.