Color Hex Logo

#7c37cd Color Hex

#7C37CD
(124,55,205)
0 Favorites   0 Comments

Color spaces of #7c37cd

RGB 12455205
HSL0.740.600.51
HSV268°73°80°
CMYK 0.400.730.00   0.20
XYZ20.697811.425258.8720
Yxy11.42520.22750.1256
Hunter Lab33.801250.1505-79.6054
CIE-Lab40.287658.1955-65.8869

#7c37cd color RGB value is (124,55,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00110111 11001101
Octal 174 67 315
Decimal 124 55 205
Hex 7C 37 CD

RGB Percentages of Color #7c37cd

%32.29
%14.32
%53.39

CMYK Percentages of Color #7c37cd

%40
%73
%0
%20

Triadic Colors of #7c37cd

#7c37cd #cd7c37 #37cd7c

Analogous Colors of #7c37cd

#7c37cd #c737cd #373dcd

Monochromatic Colors of #7c37cd

#7c37cd

Complementary Color

#7c37cd #88cd37

#7c37cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c37cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c37cd Color CSS Codes

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

#7c37cd Text Font Color

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

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


#7c37cd Background Color

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

This div background color is #7c37cd


#7c37cd Border Color

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

This div border color is #7c37cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c37cd


Comments

No comments written yet.

Please login to write comment.