Color Hex Logo

#7c3088 Color Hex

#7C3088
(124,48,136)
0 Favorites   0 Comments

Color spaces of #7c3088

RGB 12448136
HSL0.810.480.36
HSV292°65°53°
CMYK 0.090.650.00   0.47
XYZ13.81318.176624.1428
Yxy8.17660.29940.1772
Hunter Lab28.594836.1861-30.0427
CIE-Lab34.348045.8608-34.2453

#7c3088 color RGB value is (124,48,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00110000 10001000
Octal 174 60 210
Decimal 124 48 136
Hex 7C 30 88

RGB Percentages of Color #7c3088

%40.26
%15.58
%44.16

CMYK Percentages of Color #7c3088

%9
%65
%0
%47

Triadic Colors of #7c3088

#7c3088 #887c30 #30887c

Analogous Colors of #7c3088

#7c3088 #883068 #503088

Monochromatic Colors of #7c3088

#7c3088

Complementary Color

#7c3088 #3c8830

#7c3088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c3088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c3088 Color CSS Codes

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

#7c3088 Text Font Color

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

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


#7c3088 Background Color

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

This div background color is #7c3088


#7c3088 Border Color

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

This div border color is #7c3088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c3088


Comments

No comments written yet.

Please login to write comment.