Color Hex Logo

#7c61bb Color Hex

#7C61BB
(124,97,187)
0 Favorites   0 Comments

Color spaces of #7c61bb

RGB 12497187
HSL0.720.400.56
HSV258°48°73°
CMYK 0.340.480.00   0.27
XYZ21.556516.422349.0474
Yxy16.42230.24770.1887
Hunter Lab40.524424.0332-43.3926
CIE-Lab47.523731.1090-43.7904

#7c61bb color RGB value is (124,97,187).

#7c61bb hex color red value is 124, green value is 97 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7c61bb hue: 0.72 , saturation: 0.40 and the lightness value of 7c61bb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01100001 10111011
Octal 174 141 273
Decimal 124 97 187
Hex 7C 61 BB

RGB Percentages of Color #7c61bb

%30.39
%23.77
%45.83

CMYK Percentages of Color #7c61bb

%34
%48
%0
%27

Triadic Colors of #7c61bb

#7c61bb #bb7c61 #61bb7c

Analogous Colors of #7c61bb

#7c61bb #a961bb #6173bb

Monochromatic Colors of #7c61bb

#7c61bb

Complementary Color

#7c61bb #a0bb61

#7c61bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c61bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c61bb Color CSS Codes

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

#7c61bb Text Font Color

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

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


#7c61bb Background Color

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

This div background color is #7c61bb


#7c61bb Border Color

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

This div border color is #7c61bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c61bb


Comments

No comments written yet.

Please login to write comment.