Color Hex Logo

#7d3088 Color Hex

#7D3088
(125,48,136)
0 Favorites   0 Comments

Color spaces of #7d3088

RGB 12548136
HSL0.810.480.36
HSV293°65°53°
CMYK 0.080.650.00   0.47
XYZ13.95838.251524.1496
Yxy8.25150.30110.1780
Hunter Lab28.725436.4675-29.7376
CIE-Lab34.501346.1180-33.9924

#7d3088 color RGB value is (125,48,136).

#7d3088 hex color red value is 125, green value is 48 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #7d3088 hue: 0.81 , saturation: 0.48 and the lightness value of 7d3088 is 0.36.

The process color (four color CMYK) of #7d3088 color hex is 0.08, 0.65, 0.00, 0.47. Web safe color of #7d3088 is #663399. Color #7d3088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110000 10001000
Octal 175 60 210
Decimal 125 48 136
Hex 7D 30 88

RGB Percentages of Color #7d3088

%40.45
%15.53
%44.01

CMYK Percentages of Color #7d3088

%8
%65
%0
%47

Triadic Colors of #7d3088

#7d3088 #887d30 #30887d

Analogous Colors of #7d3088

#7d3088 #883067 #513088

Monochromatic Colors of #7d3088

#7d3088

Complementary Color

#7d3088 #3b8830

#7d3088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d3088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d3088 Color CSS Codes

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

#7d3088 Text Font Color

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

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


#7d3088 Background Color

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

This div background color is #7d3088


#7d3088 Border Color

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

This div border color is #7d3088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d3088


Comments

No comments written yet.

Please login to write comment.