Color Hex Logo

#734099 Color Hex

#734099
(115,64,153)
0 Favorites   0 Comments

Color spaces of #734099

RGB 11564153
HSL0.760.410.43
HSV274°58°60°
CMYK 0.250.580.00   0.40
XYZ14.65349.611531.2199
Yxy9.61150.26410.1732
Hunter Lab31.002430.1144-38.0042
CIE-Lab37.135939.0698-40.2688

#734099 color RGB value is (115,64,153).

#734099 hex color red value is 115, green value is 64 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #734099 hue: 0.76 , saturation: 0.41 and the lightness value of 734099 is 0.43.

The process color (four color CMYK) of #734099 color hex is 0.25, 0.58, 0.00, 0.40. Web safe color of #734099 is #663399. Color #734099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000000 10011001
Octal 163 100 231
Decimal 115 64 153
Hex 73 40 99

RGB Percentages of Color #734099

%34.64
%19.28
%46.08

CMYK Percentages of Color #734099

%25
%58
%0
%40

Triadic Colors of #734099

#734099 #997340 #409973

Analogous Colors of #734099

#734099 #994093 #474099

Monochromatic Colors of #734099

#734099

Complementary Color

#734099 #669940

#734099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734099 Color CSS Codes

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

#734099 Text Font Color

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

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


#734099 Background Color

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

This div background color is #734099


#734099 Border Color

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

This div border color is #734099


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,64,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #734099; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #734099;
  -webkit-box-shadow: 1px 1px 3px 2px #734099;
  box-shadow:         1px 1px 3px 2px #734099; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,64,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734099


Comments

No comments written yet.

Please login to write comment.