Color Hex Logo

#793488 Color Hex

#793488
(121,52,136)
0 Favorites   0 Comments

Color spaces of #793488

RGB 12152136
HSL0.800.450.37
HSV289°62°53°
CMYK 0.110.620.00   0.47
XYZ13.55718.298524.1798
Yxy8.29850.29450.1803
Hunter Lab28.807133.5926-29.6012
CIE-Lab34.597043.1535-33.8778

#793488 color RGB value is (121,52,136).

#793488 hex color red value is 121, green value is 52 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #793488 hue: 0.80 , saturation: 0.45 and the lightness value of 793488 is 0.37.

The process color (four color CMYK) of #793488 color hex is 0.11, 0.62, 0.00, 0.47. Web safe color of #793488 is #663399. Color #793488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110100 10001000
Octal 171 64 210
Decimal 121 52 136
Hex 79 34 88

RGB Percentages of Color #793488

%39.16
%16.83
%44.01

CMYK Percentages of Color #793488

%11
%62
%0
%47

Triadic Colors of #793488

#793488 #887934 #348879

Analogous Colors of #793488

#793488 #88346d #4f3488

Monochromatic Colors of #793488

#793488

Complementary Color

#793488 #438834

#793488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793488 Color CSS Codes

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

#793488 Text Font Color

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

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


#793488 Background Color

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

This div background color is #793488


#793488 Border Color

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

This div border color is #793488


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,52,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #793488; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #793488;
  -webkit-box-shadow: 1px 1px 3px 2px #793488;
  box-shadow:         1px 1px 3px 2px #793488; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793488


Comments

No comments written yet.

Please login to write comment.