Color Hex Logo

#7c37ce Color Hex

#7C37CE
(124,55,206)
0 Favorites   0 Comments

Color spaces of #7c37ce

RGB 12455206
HSL0.740.610.51
HSV267°73°81°
CMYK 0.400.730.00   0.19
XYZ20.818911.473759.5099
Yxy11.47370.22680.1250
Hunter Lab33.872950.4320-80.4533
CIE-Lab40.367158.4382-66.3361

#7c37ce color RGB value is (124,55,206).

#7c37ce hex color red value is 124, green value is 55 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7c37ce hue: 0.74 , saturation: 0.61 and the lightness value of 7c37ce is 0.51.

The process color (four color CMYK) of #7c37ce color hex is 0.40, 0.73, 0.00, 0.19. Web safe color of #7c37ce is #6633cc. Color #7c37ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00110111 11001110
Octal 174 67 316
Decimal 124 55 206
Hex 7C 37 CE

RGB Percentages of Color #7c37ce

%32.21
%14.29
%53.51

CMYK Percentages of Color #7c37ce

%40
%73
%0
%19

Triadic Colors of #7c37ce

#7c37ce #ce7c37 #37ce7c

Analogous Colors of #7c37ce

#7c37ce #c837ce #373dce

Monochromatic Colors of #7c37ce

#7c37ce

Complementary Color

#7c37ce #89ce37

#7c37ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c37ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c37ce Color CSS Codes

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

#7c37ce Text Font Color

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

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


#7c37ce Background Color

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

This div background color is #7c37ce


#7c37ce Border Color

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

This div border color is #7c37ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,55,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c37ce


Comments

No comments written yet.

Please login to write comment.