Color Hex Logo

#7b397d Color Hex

#7B397D
(123,57,125)
0 Favorites   0 Comments

Color spaces of #7b397d

RGB 12357125
HSL0.830.370.36
HSV298°54°49°
CMYK 0.020.540.00   0.51
XYZ13.33328.617920.3627
Yxy8.61790.31510.2037
Hunter Lab29.356329.6987-20.5766
CIE-Lab35.238038.9445-26.0312

#7b397d color RGB value is (123,57,125).

#7b397d hex color red value is 123, green value is 57 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #7b397d hue: 0.83 , saturation: 0.37 and the lightness value of 7b397d is 0.36.

The process color (four color CMYK) of #7b397d color hex is 0.02, 0.54, 0.00, 0.51. Web safe color of #7b397d is #663366. Color #7b397d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00111001 01111101
Octal 173 71 175
Decimal 123 57 125
Hex 7B 39 7D

RGB Percentages of Color #7b397d

%40.33
%18.69
%40.98

CMYK Percentages of Color #7b397d

%2
%54
%0
%51

Triadic Colors of #7b397d

#7b397d #7d7b39 #397d7b

Analogous Colors of #7b397d

#7b397d #7d395d #59397d

Monochromatic Colors of #7b397d

#7b397d

Complementary Color

#7b397d #3b7d39

#7b397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b397d Color CSS Codes

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

#7b397d Text Font Color

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

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


#7b397d Background Color

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

This div background color is #7b397d


#7b397d Border Color

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

This div border color is #7b397d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b397d


Comments

No comments written yet.

Please login to write comment.