Color Hex Logo

#7b275f Color Hex

#7B275F
(123,39,95)
0 Favorites   0 Comments

Color spaces of #7b275f

RGB 1233995
HSL0.890.520.32
HSV320°68°48°
CMYK 0.000.680.23   0.52
XYZ10.95956.488211.5012
Yxy6.48820.37860.2241
Hunter Lab25.471932.2251-8.9405
CIE-Lab30.612242.4482-14.1761

#7b275f color RGB value is (123,39,95).

#7b275f hex color red value is 123, green value is 39 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #7b275f hue: 0.89 , saturation: 0.52 and the lightness value of 7b275f is 0.32.

The process color (four color CMYK) of #7b275f color hex is 0.00, 0.68, 0.23, 0.52. Web safe color of #7b275f is #663366. Color #7b275f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00100111 01011111
Octal 173 47 137
Decimal 123 39 95
Hex 7B 27 5F

RGB Percentages of Color #7b275f

%47.86
%15.18
%36.96

CMYK Percentages of Color #7b275f

%0
%68
%23
%52

Triadic Colors of #7b275f

#7b275f #5f7b27 #275f7b

Analogous Colors of #7b275f

#7b275f #7b2735 #6d277b

Monochromatic Colors of #7b275f

#7b275f

Complementary Color

#7b275f #277b43

#7b275f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b275f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b275f Color CSS Codes

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

#7b275f Text Font Color

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

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


#7b275f Background Color

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

This div background color is #7b275f


#7b275f Border Color

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

This div border color is #7b275f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,39,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b275f


Comments

No comments written yet.

Please login to write comment.