Color Hex Logo

#7b415c Color Hex

#7B415C
(123,65,92)
0 Favorites   0 Comments

Color spaces of #7b415c

RGB 1236592
HSL0.920.310.37
HSV332°47°48°
CMYK 0.000.470.25   0.52
XYZ11.99048.764311.1849
Yxy8.76430.37540.2744
Hunter Lab29.604620.4879-1.6772
CIE-Lab35.526528.6690-4.8284

#7b415c color RGB value is (123,65,92).

#7b415c hex color red value is 123, green value is 65 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #7b415c hue: 0.92 , saturation: 0.31 and the lightness value of 7b415c is 0.37.

The process color (four color CMYK) of #7b415c color hex is 0.00, 0.47, 0.25, 0.52. Web safe color of #7b415c is #663366. Color #7b415c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01000001 01011100
Octal 173 101 134
Decimal 123 65 92
Hex 7B 41 5C

RGB Percentages of Color #7b415c

%43.93
%23.21
%32.86

CMYK Percentages of Color #7b415c

%0
%47
%25
%52

Triadic Colors of #7b415c

#7b415c #5c7b41 #415c7b

Analogous Colors of #7b415c

#7b415c #7b4341 #7b4179

Monochromatic Colors of #7b415c

#7b415c

Complementary Color

#7b415c #417b60

#7b415c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b415c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b415c Color CSS Codes

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

#7b415c Text Font Color

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

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


#7b415c Background Color

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

This div background color is #7b415c


#7b415c Border Color

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

This div border color is #7b415c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,65,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 #7b415c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b415c


Comments

No comments written yet.

Please login to write comment.