Color Hex Logo

#7357bb Color Hex

#7357BB
(115,87,187)
0 Favorites   0 Comments

Color spaces of #7357bb

RGB 11587187
HSL0.710.420.54
HSV257°53°73°
CMYK 0.390.530.00   0.27
XYZ19.448114.049148.7004
Yxy14.04910.23660.1709
Hunter Lab37.482127.0234-50.7978
CIE-Lab44.303334.7062-48.9805

#7357bb color RGB value is (115,87,187).

#7357bb hex color red value is 115, green value is 87 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7357bb hue: 0.71 , saturation: 0.42 and the lightness value of 7357bb is 0.54.

The process color (four color CMYK) of #7357bb color hex is 0.39, 0.53, 0.00, 0.27. Web safe color of #7357bb is #6666cc. Color #7357bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010111 10111011
Octal 163 127 273
Decimal 115 87 187
Hex 73 57 BB

RGB Percentages of Color #7357bb

%29.56
%22.37
%48.07

CMYK Percentages of Color #7357bb

%39
%53
%0
%27

Triadic Colors of #7357bb

#7357bb #bb7357 #57bb73

Analogous Colors of #7357bb

#7357bb #a557bb #576dbb

Monochromatic Colors of #7357bb

#7357bb

Complementary Color

#7357bb #9fbb57

#7357bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7357bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7357bb Color CSS Codes

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

#7357bb Text Font Color

<p style="color:#7357bb">Text here</p>

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


#7357bb Background Color

<div style="background-color:#7357bb">
Div content here</div>

This div background color is #7357bb


#7357bb Border Color

<div style="border:3px solid #7357bb">
Div here</div>

This div border color is #7357bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,87,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7357bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7357bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7357bb;
  box-shadow:         1px 1px 3px 2px #7357bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7357bb


Comments

No comments written yet.

Please login to write comment.