Color Hex Logo

#7c235e Color Hex

#7C235E
(124,35,94)
0 Favorites   0 Comments

Color spaces of #7c235e

RGB 1243594
HSL0.890.560.31
HSV320°72°49°
CMYK 0.000.720.24   0.51
XYZ10.93366.295311.2285
Yxy6.29530.38420.2212
Hunter Lab25.090433.8763-8.9702
CIE-Lab30.145644.2675-14.2274

#7c235e color RGB value is (124,35,94).

#7c235e hex color red value is 124, green value is 35 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7c235e hue: 0.89 , saturation: 0.56 and the lightness value of 7c235e is 0.31.

The process color (four color CMYK) of #7c235e color hex is 0.00, 0.72, 0.24, 0.51. Web safe color of #7c235e is #663366. Color #7c235e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100011 01011110
Octal 174 43 136
Decimal 124 35 94
Hex 7C 23 5E

RGB Percentages of Color #7c235e

%49.01
%13.83
%37.15

CMYK Percentages of Color #7c235e

%0
%72
%24
%51

Triadic Colors of #7c235e

#7c235e #5e7c23 #235e7c

Analogous Colors of #7c235e

#7c235e #7c2331 #6e237c

Monochromatic Colors of #7c235e

#7c235e

Complementary Color

#7c235e #237c41

#7c235e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c235e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c235e Color CSS Codes

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

#7c235e Text Font Color

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

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


#7c235e Background Color

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

This div background color is #7c235e


#7c235e Border Color

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

This div border color is #7c235e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c235e


Comments

No comments written yet.

Please login to write comment.