Color Hex Logo

#7c50bb Color Hex

#7C50BB
(124,80,187)
0 Favorites   0 Comments

Color spaces of #7c50bb

RGB 12480187
HSL0.740.440.52
HSV265°57°73°
CMYK 0.340.570.00   0.27
XYZ20.150513.610348.5787
Yxy13.61030.24470.1653
Hunter Lab36.892132.9355-52.2472
CIE-Lab43.668840.9462-49.9469

#7c50bb color RGB value is (124,80,187).

#7c50bb hex color red value is 124, green value is 80 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7c50bb hue: 0.74 , saturation: 0.44 and the lightness value of 7c50bb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01010000 10111011
Octal 174 120 273
Decimal 124 80 187
Hex 7C 50 BB

RGB Percentages of Color #7c50bb

%31.71
%20.46
%47.83

CMYK Percentages of Color #7c50bb

%34
%57
%0
%27

Triadic Colors of #7c50bb

#7c50bb #bb7c50 #50bb7c

Analogous Colors of #7c50bb

#7c50bb #b250bb #505abb

Monochromatic Colors of #7c50bb

#7c50bb

Complementary Color

#7c50bb #8fbb50

#7c50bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c50bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c50bb Color CSS Codes

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

#7c50bb Text Font Color

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

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


#7c50bb Background Color

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

This div background color is #7c50bb


#7c50bb Border Color

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

This div border color is #7c50bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c50bb


Comments

No comments written yet.

Please login to write comment.