Color Hex Logo

#734086 Color Hex

#734086
(115,64,134)
1 Favorites   0 Comments

Color spaces of #734086

RGB 11564134
HSL0.790.350.39
HSV284°52°53°
CMYK 0.140.520.00   0.47
XYZ13.20679.032923.6017
Yxy9.03290.28810.1970
Hunter Lab30.054825.8408-25.5215
CIE-Lab36.047634.6305-30.4038

#734086 color RGB value is (115,64,134).

#734086 hex color red value is 115, green value is 64 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #734086 hue: 0.79 , saturation: 0.35 and the lightness value of 734086 is 0.39.

The process color (four color CMYK) of #734086 color hex is 0.14, 0.52, 0.00, 0.47. Web safe color of #734086 is #663399. Color #734086 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000000 10000110
Octal 163 100 206
Decimal 115 64 134
Hex 73 40 86

RGB Percentages of Color #734086

%36.74
%20.45
%42.81

CMYK Percentages of Color #734086

%14
%52
%0
%47

Triadic Colors of #734086

#734086 #867340 #408673

Analogous Colors of #734086

#734086 #864076 #504086

Monochromatic Colors of #734086

#734086

Complementary Color

#734086 #538640

#734086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734086 Color CSS Codes

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

#734086 Text Font Color

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

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


#734086 Background Color

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

This div background color is #734086


#734086 Border Color

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

This div border color is #734086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734086


Comments

No comments written yet.

Please login to write comment.