Color Hex Logo

#7b378d Color Hex

#7B378D
(123,55,141)
0 Favorites   0 Comments

Color spaces of #7b378d

RGB 12355141
HSL0.800.440.38
HSV287°61°55°
CMYK 0.130.610.00   0.45
XYZ14.34238.866426.1548
Yxy8.86640.29050.1796
Hunter Lab29.776533.8683-31.2350
CIE-Lab35.725843.2371-35.1432

#7b378d color RGB value is (123,55,141).

#7b378d hex color red value is 123, green value is 55 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #7b378d hue: 0.80 , saturation: 0.44 and the lightness value of 7b378d is 0.38.

The process color (four color CMYK) of #7b378d color hex is 0.13, 0.61, 0.00, 0.45. Web safe color of #7b378d is #663399. Color #7b378d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00110111 10001101
Octal 173 67 215
Decimal 123 55 141
Hex 7B 37 8D

RGB Percentages of Color #7b378d

%38.56
%17.24
%44.20

CMYK Percentages of Color #7b378d

%13
%61
%0
%45

Triadic Colors of #7b378d

#7b378d #8d7b37 #378d7b

Analogous Colors of #7b378d

#7b378d #8d3774 #50378d

Monochromatic Colors of #7b378d

#7b378d

Complementary Color

#7b378d #498d37

#7b378d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b378d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b378d Color CSS Codes

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

#7b378d Text Font Color

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

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


#7b378d Background Color

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

This div background color is #7b378d


#7b378d Border Color

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

This div border color is #7b378d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b378d


Comments

No comments written yet.

Please login to write comment.