Color Hex Logo

#7c1752 Color Hex

#7C1752
(124,23,82)
0 Favorites   0 Comments

Color spaces of #7c1752

RGB 1242382
HSL0.900.690.29
HSV325°81°49°
CMYK 0.000.810.34   0.51
XYZ10.14165.50718.5111
Yxy5.50710.41980.2279
Hunter Lab23.467236.0730-5.0763
CIE-Lab28.133246.9222-9.4225

#7c1752 color RGB value is (124,23,82).

#7c1752 hex color red value is 124, green value is 23 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #7c1752 hue: 0.90 , saturation: 0.69 and the lightness value of 7c1752 is 0.29.

The process color (four color CMYK) of #7c1752 color hex is 0.00, 0.81, 0.34, 0.51. Web safe color of #7c1752 is #660066. Color #7c1752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00010111 01010010
Octal 174 27 122
Decimal 124 23 82
Hex 7C 17 52

RGB Percentages of Color #7c1752

%54.15
%10.04
%35.81

CMYK Percentages of Color #7c1752

%0
%81
%34
%51

Triadic Colors of #7c1752

#7c1752 #527c17 #17527c

Analogous Colors of #7c1752

#7c1752 #7c1720 #74177c

Monochromatic Colors of #7c1752

#7c1752

Complementary Color

#7c1752 #177c41

#7c1752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c1752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c1752 Color CSS Codes

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

#7c1752 Text Font Color

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

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


#7c1752 Background Color

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

This div background color is #7c1752


#7c1752 Border Color

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

This div border color is #7c1752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c1752


Comments

No comments written yet.

Please login to write comment.