Color Hex Logo

#7d387b Color Hex

#7D387B
(125,56,123)
0 Favorites   0 Comments

Color spaces of #7d387b

RGB 12556123
HSL0.840.380.35
HSV302°55°49°
CMYK 0.000.550.02   0.51
XYZ13.44688.618419.6937
Yxy8.61840.32200.2064
Hunter Lab29.357130.3856-19.2237
CIE-Lab35.238939.6759-24.7630

#7d387b color RGB value is (125,56,123).

#7d387b hex color red value is 125, green value is 56 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #7d387b hue: 0.84 , saturation: 0.38 and the lightness value of 7d387b is 0.35.

The process color (four color CMYK) of #7d387b color hex is 0.00, 0.55, 0.02, 0.51. Web safe color of #7d387b is #663366. Color #7d387b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00111000 01111011
Octal 175 70 173
Decimal 125 56 123
Hex 7D 38 7B

RGB Percentages of Color #7d387b

%41.12
%18.42
%40.46

CMYK Percentages of Color #7d387b

%0
%55
%2
%51

Triadic Colors of #7d387b

#7d387b #7b7d38 #387b7d

Analogous Colors of #7d387b

#7d387b #7d3859 #5d387d

Monochromatic Colors of #7d387b

#7d387b

Complementary Color

#7d387b #387d3a

#7d387b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d387b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d387b Color CSS Codes

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

#7d387b Text Font Color

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

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


#7d387b Background Color

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

This div background color is #7d387b


#7d387b Border Color

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

This div border color is #7d387b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d387b


Comments

No comments written yet.

Please login to write comment.