Color Hex Logo

#7c59bb Color Hex

#7C59BB
(124,89,187)
0 Favorites   0 Comments

Color spaces of #7c59bb

RGB 12489187
HSL0.730.420.54
HSV261°52°73°
CMYK 0.340.520.00   0.27
XYZ20.854215.017748.8133
Yxy15.01770.24630.1773
Hunter Lab38.752728.2400-47.5555
CIE-Lab45.658435.8011-46.7621

#7c59bb color RGB value is (124,89,187).

#7c59bb hex color red value is 124, green value is 89 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7c59bb hue: 0.73 , saturation: 0.42 and the lightness value of 7c59bb is 0.54.

The process color (four color CMYK) of #7c59bb color hex is 0.34, 0.52, 0.00, 0.27. Web safe color of #7c59bb is #6666cc. Color #7c59bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 01011001 10111011
Octal 174 131 273
Decimal 124 89 187
Hex 7C 59 BB

RGB Percentages of Color #7c59bb

%31.00
%22.25
%46.75

CMYK Percentages of Color #7c59bb

%34
%52
%0
%27

Triadic Colors of #7c59bb

#7c59bb #bb7c59 #59bb7c

Analogous Colors of #7c59bb

#7c59bb #ad59bb #5967bb

Monochromatic Colors of #7c59bb

#7c59bb

Complementary Color

#7c59bb #98bb59

#7c59bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c59bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c59bb Color CSS Codes

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

#7c59bb Text Font Color

<p style="color:#7c59bb">Text here</p>

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


#7c59bb Background Color

<div style="background-color:#7c59bb">
Div content here</div>

This div background color is #7c59bb


#7c59bb Border Color

<div style="border:3px solid #7c59bb">
Div here</div>

This div border color is #7c59bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,89,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c59bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c59bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7c59bb;
  box-shadow:         1px 1px 3px 2px #7c59bb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c59bb


Comments

No comments written yet.

Please login to write comment.