Color Hex Logo

#734886 Color Hex

#734886
(115,72,134)
0 Favorites   0 Comments

Color spaces of #734886

RGB 11572134
HSL0.780.300.40
HSV282°46°53°
CMYK 0.140.460.00   0.47
XYZ13.690710.000823.7630
Yxy10.00080.28850.2107
Hunter Lab31.624021.9343-22.4150
CIE-Lab37.843930.0136-27.5798

#734886 color RGB value is (115,72,134).

#734886 hex color red value is 115, green value is 72 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #734886 hue: 0.78 , saturation: 0.30 and the lightness value of 734886 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001000 10000110
Octal 163 110 206
Decimal 115 72 134
Hex 73 48 86

RGB Percentages of Color #734886

%35.83
%22.43
%41.74

CMYK Percentages of Color #734886

%14
%46
%0
%47

Triadic Colors of #734886

#734886 #867348 #488673

Analogous Colors of #734886

#734886 #86487a #544886

Monochromatic Colors of #734886

#734886

Complementary Color

#734886 #5b8648

#734886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734886 Color CSS Codes

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

#734886 Text Font Color

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

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


#734886 Background Color

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

This div background color is #734886


#734886 Border Color

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

This div border color is #734886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734886


Comments

No comments written yet.

Please login to write comment.