Color Hex Logo

#775cca Color Hex

#775CCA
(119,92,202)
0 Favorites   0 Comments

Color spaces of #775cca

RGB 11992202
HSL0.710.510.58
HSV255°54°79°
CMYK 0.410.540.00   0.21
XYZ22.095615.840557.7701
Yxy15.84050.23090.1655
Hunter Lab39.800129.4466-58.1997
CIE-Lab46.764536.9024-53.6968

#775cca color RGB value is (119,92,202).

#775cca hex color red value is 119, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #775cca hue: 0.71 , saturation: 0.51 and the lightness value of 775cca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01011100 11001010
Octal 167 134 312
Decimal 119 92 202
Hex 77 5C CA

RGB Percentages of Color #775cca

%28.81
%22.28
%48.91

CMYK Percentages of Color #775cca

%41
%54
%0
%21

Triadic Colors of #775cca

#775cca #ca775c #5cca77

Analogous Colors of #775cca

#775cca #ae5cca #5c78ca

Monochromatic Colors of #775cca

#775cca

Complementary Color

#775cca #afca5c

#775cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#775cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#775cca Color CSS Codes

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

#775cca Text Font Color

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

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


#775cca Background Color

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

This div background color is #775cca


#775cca Border Color

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

This div border color is #775cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #775cca


Comments

No comments written yet.

Please login to write comment.