Color Hex Logo

#7d187b Color Hex

#7D187B
(125,24,123)
0 Favorites   0 Comments

Color spaces of #7d187b

RGB 12524123
HSL0.840.680.29
HSV301°81°49°
CMYK 0.000.810.02   0.51
XYZ12.35926.443319.3312
Yxy6.44330.32410.1690
Hunter Lab25.383742.4895-27.3844
CIE-Lab30.504452.8609-32.2277

#7d187b color RGB value is (125,24,123).

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

The process color (four color CMYK) of #7d187b color hex is 0.00, 0.81, 0.02, 0.51. Web safe color of #7d187b is #660066. Color #7d187b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00011000 01111011
Octal 175 30 173
Decimal 125 24 123
Hex 7D 18 7B

RGB Percentages of Color #7d187b

%45.96
%8.82
%45.22

CMYK Percentages of Color #7d187b

%0
%81
%2
%51

Triadic Colors of #7d187b

#7d187b #7b7d18 #187b7d

Analogous Colors of #7d187b

#7d187b #7d1849 #4c187d

Monochromatic Colors of #7d187b

#7d187b

Complementary Color

#7d187b #187d1a

#7d187b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d187b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d187b Color CSS Codes

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

#7d187b Text Font Color

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

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


#7d187b Background Color

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

This div background color is #7d187b


#7d187b Border Color

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

This div border color is #7d187b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d187b


Comments

No comments written yet.

Please login to write comment.