Color Hex Logo

#781acd Color Hex

#781ACD
(120,26,205)
0 Favorites   0 Comments

Color spaces of #781acd

RGB 12026205
HSL0.750.770.45
HSV272°87°80°
CMYK 0.410.870.00   0.20
XYZ19.13469.139658.5132
Yxy9.13960.22050.1053
Hunter Lab30.231860.0724-93.5928
CIE-Lab36.251767.8195-72.5136

#781acd color RGB value is (120,26,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011010 11001101
Octal 170 32 315
Decimal 120 26 205
Hex 78 1A CD

RGB Percentages of Color #781acd

%34.19
%7.41
%58.40

CMYK Percentages of Color #781acd

%41
%87
%0
%20

Triadic Colors of #781acd

#781acd #cd781a #1acd78

Analogous Colors of #781acd

#781acd #cd1ac9 #1f1acd

Monochromatic Colors of #781acd

#781acd

Complementary Color

#781acd #6fcd1a

#781acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#781acd Color CSS Codes

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

#781acd Text Font Color

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

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


#781acd Background Color

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

This div background color is #781acd


#781acd Border Color

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

This div border color is #781acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,26,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 #781acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781acd


Comments

No comments written yet.

Please login to write comment.