Color Hex Logo

#772dca Color Hex

#772DCA
(119,45,202)
0 Favorites   0 Comments

Color spaces of #772dca

RGB 11945202
HSL0.750.640.48
HSV268°78°79°
CMYK 0.410.780.00   0.21
XYZ19.206810.063056.8072
Yxy10.06300.22310.1169
Hunter Lab31.722252.5622-83.9692
CIE-Lab37.955360.8446-67.9806

#772dca color RGB value is (119,45,202).

#772dca hex color red value is 119, green value is 45 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #772dca hue: 0.75 , saturation: 0.64 and the lightness value of 772dca is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101101 11001010
Octal 167 55 312
Decimal 119 45 202
Hex 77 2D CA

RGB Percentages of Color #772dca

%32.51
%12.30
%55.19

CMYK Percentages of Color #772dca

%41
%78
%0
%21

Triadic Colors of #772dca

#772dca #ca772d #2dca77

Analogous Colors of #772dca

#772dca #c62dca #2d32ca

Monochromatic Colors of #772dca

#772dca

Complementary Color

#772dca #80ca2d

#772dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#772dca Color CSS Codes

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

#772dca Text Font Color

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

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


#772dca Background Color

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

This div background color is #772dca


#772dca Border Color

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

This div border color is #772dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772dca


Comments

No comments written yet.

Please login to write comment.