Color Hex Logo

#770dca Color Hex

#770DCA
(119,13,202)
0 Favorites   0 Comments

Color spaces of #770dca

RGB 11913202
HSL0.760.880.42
HSV274°94°79°
CMYK 0.410.940.00   0.21
XYZ18.41238.474156.5423
Yxy8.47410.22070.1016
Hunter Lab29.110361.9584-94.7845
CIE-Lab34.951469.6897-72.9090

#770dca color RGB value is (119,13,202).

#770dca hex color red value is 119, green value is 13 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #770dca hue: 0.76 , saturation: 0.88 and the lightness value of 770dca is 0.42.

The process color (four color CMYK) of #770dca color hex is 0.41, 0.94, 0.00, 0.21. Web safe color of #770dca is #6600cc. Color #770dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001101 11001010
Octal 167 15 312
Decimal 119 13 202
Hex 77 D CA

RGB Percentages of Color #770dca

%35.63
%3.89
%60.48

CMYK Percentages of Color #770dca

%41
%94
%0
%21

Triadic Colors of #770dca

#770dca #ca770d #0dca77

Analogous Colors of #770dca

#770dca #ca0dbf #190dca

Monochromatic Colors of #770dca

#770dca

Complementary Color

#770dca #60ca0d

#770dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#770dca Color CSS Codes

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

#770dca Text Font Color

<p style="color:#770dca">Text here</p>

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


#770dca Background Color

<div style="background-color:#770dca">
Div content here</div>

This div background color is #770dca


#770dca Border Color

<div style="border:3px solid #770dca">
Div here</div>

This div border color is #770dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,13,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #770dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #770dca;
  -webkit-box-shadow: 1px 1px 3px 2px #770dca;
  box-shadow:         1px 1px 3px 2px #770dca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,13,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 #770dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770dca


Comments

No comments written yet.

Please login to write comment.