Color Hex Logo

#7f435c Color Hex

#7F435C
(127,67,92)
0 Favorites   0 Comments

Color spaces of #7f435c

RGB 1276792
HSL0.930.310.38
HSV335°47°50°
CMYK 0.000.470.28   0.50
XYZ12.69139.299011.2512
Yxy9.29900.38180.2797
Hunter Lab30.494320.9243-0.5297
CIE-Lab36.553729.0352-3.2420

#7f435c color RGB value is (127,67,92).

#7f435c hex color red value is 127, green value is 67 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #7f435c hue: 0.93 , saturation: 0.31 and the lightness value of 7f435c is 0.38.

The process color (four color CMYK) of #7f435c color hex is 0.00, 0.47, 0.28, 0.50. Web safe color of #7f435c is #663366. Color #7f435c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 01000011 01011100
Octal 177 103 134
Decimal 127 67 92
Hex 7F 43 5C

RGB Percentages of Color #7f435c

%44.41
%23.43
%32.17

CMYK Percentages of Color #7f435c

%0
%47
%28
%50

Triadic Colors of #7f435c

#7f435c #5c7f43 #435c7f

Analogous Colors of #7f435c

#7f435c #7f4843 #7f437a

Monochromatic Colors of #7f435c

#7f435c

Complementary Color

#7f435c #437f66

#7f435c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f435c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f435c Color CSS Codes

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

#7f435c Text Font Color

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

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


#7f435c Background Color

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

This div background color is #7f435c


#7f435c Border Color

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

This div border color is #7f435c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,67,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7f435c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7f435c;
  -webkit-box-shadow: 1px 1px 3px 2px #7f435c;
  box-shadow:         1px 1px 3px 2px #7f435c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,67,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f435c


Comments

No comments written yet.

Please login to write comment.