Color Hex Logo

#7557bc Color Hex

#7557BC
(117,87,188)
0 Favorites   0 Comments

Color spaces of #7557bc

RGB 11787188
HSL0.720.430.54
HSV258°54°74°
CMYK 0.380.540.00   0.26
XYZ19.821414.229149.2787
Yxy14.22910.23790.1708
Hunter Lab37.721527.7833-51.0504
CIE-Lab44.559735.4740-49.1414

#7557bc color RGB value is (117,87,188).

#7557bc hex color red value is 117, green value is 87 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7557bc hue: 0.72 , saturation: 0.43 and the lightness value of 7557bc is 0.54.

The process color (four color CMYK) of #7557bc color hex is 0.38, 0.54, 0.00, 0.26. Web safe color of #7557bc is #6666cc. Color #7557bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010111 10111100
Octal 165 127 274
Decimal 117 87 188
Hex 75 57 BC

RGB Percentages of Color #7557bc

%29.85
%22.19
%47.96

CMYK Percentages of Color #7557bc

%38
%54
%0
%26

Triadic Colors of #7557bc

#7557bc #bc7557 #57bc75

Analogous Colors of #7557bc

#7557bc #a857bc #576cbc

Monochromatic Colors of #7557bc

#7557bc

Complementary Color

#7557bc #9ebc57

#7557bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7557bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7557bc Color CSS Codes

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

#7557bc Text Font Color

<p style="color:#7557bc">Text here</p>

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


#7557bc Background Color

<div style="background-color:#7557bc">
Div content here</div>

This div background color is #7557bc


#7557bc Border Color

<div style="border:3px solid #7557bc">
Div here</div>

This div border color is #7557bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,87,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7557bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7557bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7557bc;
  box-shadow:         1px 1px 3px 2px #7557bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7557bc


Comments

No comments written yet.

Please login to write comment.