Color Hex Logo

#7557ec Color Hex

#7557EC
(117,87,236)
0 Favorites   0 Comments

Color spaces of #7557ec

RGB 11787236
HSL0.700.800.63
HSV252°63°93°
CMYK 0.500.630.00   0.07
XYZ25.884616.654481.2072
Yxy16.65440.20920.1346
Hunter Lab40.809841.8008-89.4140
CIE-Lab47.821649.0009-71.3367

#7557ec color RGB value is (117,87,236).

#7557ec hex color red value is 117, green value is 87 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7557ec hue: 0.70 , saturation: 0.80 and the lightness value of 7557ec is 0.63.

The process color (four color CMYK) of #7557ec color hex is 0.50, 0.63, 0.00, 0.07. Web safe color of #7557ec is #6666ff. Color #7557ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010111 11101100
Octal 165 127 354
Decimal 117 87 236
Hex 75 57 EC

RGB Percentages of Color #7557ec

%26.59
%19.77
%53.64

CMYK Percentages of Color #7557ec

%50
%63
%0
%7

Triadic Colors of #7557ec

#7557ec #ec7557 #57ec75

Analogous Colors of #7557ec

#7557ec #c057ec #5784ec

Monochromatic Colors of #7557ec

#7557ec

Complementary Color

#7557ec #ceec57

#7557ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7557ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7557ec Color CSS Codes

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

#7557ec Text Font Color

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

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


#7557ec Background Color

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

This div background color is #7557ec


#7557ec Border Color

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

This div border color is #7557ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7557ec


Comments

No comments written yet.

Please login to write comment.