Color Hex Logo

#7377bf Color Hex

#7377BF
(115,119,191)
0 Favorites   0 Comments

Color spaces of #7377bf

RGB 115119191
HSL0.660.370.60
HSV237°40°75°
CMYK 0.400.380.00   0.25
XYZ23.071020.600152.0505
Yxy20.60010.24100.2152
Hunter Lab45.387311.3062-36.2230
CIE-Lab52.509016.6006-38.2623

#7377bf color RGB value is (115,119,191).

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

The process color (four color CMYK) of #7377bf color hex is 0.40, 0.38, 0.00, 0.25. Web safe color of #7377bf is #6666cc. Color #7377bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110111 10111111
Octal 163 167 277
Decimal 115 119 191
Hex 73 77 BF

RGB Percentages of Color #7377bf

%27.06
%28.00
%44.94

CMYK Percentages of Color #7377bf

%40
%38
%0
%25

Triadic Colors of #7377bf

#7377bf #bf7377 #77bf73

Analogous Colors of #7377bf

#7377bf #9573bf #739dbf

Monochromatic Colors of #7377bf

#7377bf

Complementary Color

#7377bf #bfbb73

#7377bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7377bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7377bf Color CSS Codes

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

#7377bf Text Font Color

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

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


#7377bf Background Color

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

This div background color is #7377bf


#7377bf Border Color

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

This div border color is #7377bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,119,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7377bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7377bf


Comments

No comments written yet.

Please login to write comment.