Color Hex Logo

#7c256f Color Hex

#7C256F
(124,37,111)
0 Favorites   0 Comments

Color spaces of #7c256f

RGB 12437111
HSL0.860.540.32
HSV309°70°49°
CMYK 0.000.700.10   0.51
XYZ11.84306.755915.7188
Yxy6.75590.34510.1969
Hunter Lab25.992135.8452-17.6613
CIE-Lab31.244646.0934-23.4617

#7c256f color RGB value is (124,37,111).

#7c256f hex color red value is 124, green value is 37 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #7c256f hue: 0.86 , saturation: 0.54 and the lightness value of 7c256f is 0.32.

The process color (four color CMYK) of #7c256f color hex is 0.00, 0.70, 0.10, 0.51. Web safe color of #7c256f is #663366. Color #7c256f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100101 01101111
Octal 174 45 157
Decimal 124 37 111
Hex 7C 25 6F

RGB Percentages of Color #7c256f

%45.59
%13.60
%40.81

CMYK Percentages of Color #7c256f

%0
%70
%10
%51

Triadic Colors of #7c256f

#7c256f #6f7c25 #256f7c

Analogous Colors of #7c256f

#7c256f #7c2544 #5e257c

Monochromatic Colors of #7c256f

#7c256f

Complementary Color

#7c256f #257c32

#7c256f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c256f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c256f Color CSS Codes

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

#7c256f Text Font Color

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

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


#7c256f Background Color

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

This div background color is #7c256f


#7c256f Border Color

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

This div border color is #7c256f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c256f


Comments

No comments written yet.

Please login to write comment.