Color Hex Logo

#7377cb Color Hex

#7377CB
(115,119,203)
0 Favorites   0 Comments

Color spaces of #7377cb

RGB 115119203
HSL0.660.460.62
HSV237°43°80°
CMYK 0.430.410.00   0.20
XYZ24.446521.150359.2939
Yxy21.15030.23310.2016
Hunter Lab45.989514.4033-44.2496
CIE-Lab53.113620.0738-44.1614

#7377cb color RGB value is (115,119,203).

#7377cb hex color red value is 115, green value is 119 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7377cb hue: 0.66 , saturation: 0.46 and the lightness value of 7377cb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110111 11001011
Octal 163 167 313
Decimal 115 119 203
Hex 73 77 CB

RGB Percentages of Color #7377cb

%26.32
%27.23
%46.45

CMYK Percentages of Color #7377cb

%43
%41
%0
%20

Triadic Colors of #7377cb

#7377cb #cb7377 #77cb73

Analogous Colors of #7377cb

#7377cb #9b73cb #73a3cb

Monochromatic Colors of #7377cb

#7377cb

Complementary Color

#7377cb #cbc773

#7377cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7377cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7377cb Color CSS Codes

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

#7377cb Text Font Color

<p style="color:#7377cb">Text here</p>

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


#7377cb Background Color

<div style="background-color:#7377cb">
Div content here</div>

This div background color is #7377cb


#7377cb Border Color

<div style="border:3px solid #7377cb">
Div here</div>

This div border color is #7377cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7377cb


Comments

No comments written yet.

Please login to write comment.