Color Hex Logo

#7e77cb Color Hex

#7E77CB
(126,119,203)
0 Favorites   0 Comments

Color spaces of #7e77cb

RGB 126119203
HSL0.680.450.63
HSV245°41°80°
CMYK 0.380.410.00   0.20
XYZ25.980521.941159.3656
Yxy21.94110.24220.2045
Hunter Lab46.841317.0325-42.3538
CIE-Lab53.964522.9228-42.7602

#7e77cb color RGB value is (126,119,203).

#7e77cb hex color red value is 126, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7e77cb hue: 0.68 , saturation: 0.45 and the lightness value of 7e77cb is 0.63.

The process color (four color CMYK) of #7e77cb color hex is 0.38, 0.41, 0.00, 0.20. Web safe color of #7e77cb is #6666cc. Color #7e77cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 01110111 11001011
Octal 176 167 313
Decimal 126 119 203
Hex 7E 77 CB

RGB Percentages of Color #7e77cb

%28.13
%26.56
%45.31

CMYK Percentages of Color #7e77cb

%38
%41
%0
%20

Triadic Colors of #7e77cb

#7e77cb #cb7e77 #77cb7e

Analogous Colors of #7e77cb

#7e77cb #a877cb #779acb

Monochromatic Colors of #7e77cb

#7e77cb

Complementary Color

#7e77cb #c4cb77

#7e77cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e77cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e77cb Color CSS Codes

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

#7e77cb Text Font Color

<p style="color:#7e77cb">Text here</p>

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


#7e77cb Background Color

<div style="background-color:#7e77cb">
Div content here</div>

This div background color is #7e77cb


#7e77cb Border Color

<div style="border:3px solid #7e77cb">
Div here</div>

This div border color is #7e77cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,119,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e77cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e77cb;
  -webkit-box-shadow: 1px 1px 3px 2px #7e77cb;
  box-shadow:         1px 1px 3px 2px #7e77cb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7e77cb


Comments

No comments written yet.

Please login to write comment.