Color Hex Logo

#7c367d Color Hex

#7C367D
(124,54,125)
0 Favorites   0 Comments

Color spaces of #7c367d

RGB 12454125
HSL0.830.400.35
HSV299°57°49°
CMYK 0.010.570.00   0.51
XYZ13.33308.404120.3215
Yxy8.40410.31700.1998
Hunter Lab28.989831.3635-21.2687
CIE-Lab34.810740.7848-26.6907

#7c367d color RGB value is (124,54,125).

#7c367d hex color red value is 124, green value is 54 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7c367d hue: 0.83 , saturation: 0.40 and the lightness value of 7c367d is 0.35.

The process color (four color CMYK) of #7c367d color hex is 0.01, 0.57, 0.00, 0.51. Web safe color of #7c367d is #663366. Color #7c367d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00110110 01111101
Octal 174 66 175
Decimal 124 54 125
Hex 7C 36 7D

RGB Percentages of Color #7c367d

%40.92
%17.82
%41.25

CMYK Percentages of Color #7c367d

%1
%57
%0
%51

Triadic Colors of #7c367d

#7c367d #7d7c36 #367d7c

Analogous Colors of #7c367d

#7c367d #7d365b #59367d

Monochromatic Colors of #7c367d

#7c367d

Complementary Color

#7c367d #377d36

#7c367d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c367d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c367d Color CSS Codes

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

#7c367d Text Font Color

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

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


#7c367d Background Color

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

This div background color is #7c367d


#7c367d Border Color

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

This div border color is #7c367d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c367d


Comments

No comments written yet.

Please login to write comment.