Color Hex Logo

#781ecb Color Hex

#781ECB
(120,30,203)
0 Favorites   0 Comments

Color spaces of #781ecb

RGB 12030203
HSL0.750.740.46
HSV271°85°80°
CMYK 0.410.850.00   0.20
XYZ18.98959.233457.2813
Yxy9.23340.22210.1080
Hunter Lab30.386558.3740-90.4964
CIE-Lab36.429866.3090-71.0573

#781ecb color RGB value is (120,30,203).

#781ecb hex color red value is 120, green value is 30 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #781ecb hue: 0.75 , saturation: 0.74 and the lightness value of 781ecb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011110 11001011
Octal 170 36 313
Decimal 120 30 203
Hex 78 1E CB

RGB Percentages of Color #781ecb

%33.99
%8.50
%57.51

CMYK Percentages of Color #781ecb

%41
%85
%0
%20

Triadic Colors of #781ecb

#781ecb #cb781e #1ecb78

Analogous Colors of #781ecb

#781ecb #cb1ec8 #221ecb

Monochromatic Colors of #781ecb

#781ecb

Complementary Color

#781ecb #71cb1e

#781ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#781ecb Color CSS Codes

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

#781ecb Text Font Color

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

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


#781ecb Background Color

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

This div background color is #781ecb


#781ecb Border Color

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

This div border color is #781ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781ecb


Comments

No comments written yet.

Please login to write comment.