Color Hex Logo

#7d2987 Color Hex

#7D2987
(125,41,135)
0 Favorites   0 Comments

Color spaces of #7d2987

RGB 12541135
HSL0.820.530.35
HSV294°70°53°
CMYK 0.070.700.00   0.47
XYZ13.62367.695123.6889
Yxy7.69510.30270.1710
Hunter Lab27.740039.1193-31.2133
CIE-Lab33.339748.9994-35.2204

#7d2987 color RGB value is (125,41,135).

#7d2987 hex color red value is 125, green value is 41 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #7d2987 hue: 0.82 , saturation: 0.53 and the lightness value of 7d2987 is 0.35.

The process color (four color CMYK) of #7d2987 color hex is 0.07, 0.70, 0.00, 0.47. Web safe color of #7d2987 is #663399. Color #7d2987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00101001 10000111
Octal 175 51 207
Decimal 125 41 135
Hex 7D 29 87

RGB Percentages of Color #7d2987

%41.53
%13.62
%44.85

CMYK Percentages of Color #7d2987

%7
%70
%0
%47

Triadic Colors of #7d2987

#7d2987 #877d29 #29877d

Analogous Colors of #7d2987

#7d2987 #872962 #4e2987

Monochromatic Colors of #7d2987

#7d2987

Complementary Color

#7d2987 #338729

#7d2987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d2987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d2987 Color CSS Codes

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

#7d2987 Text Font Color

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

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


#7d2987 Background Color

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

This div background color is #7d2987


#7d2987 Border Color

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

This div border color is #7d2987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d2987

#7d2987 Color Palettes


Comments

No comments written yet.

Please login to write comment.