Color Hex Logo

#734782 Color Hex

#734782
(115,71,130)
0 Favorites   0 Comments

Color spaces of #734782

RGB 11571130
HSL0.790.290.39
HSV285°45°51°
CMYK 0.120.450.00   0.49
XYZ13.35279.763022.2998
Yxy9.76300.29400.2150
Hunter Lab31.245821.6007-20.4426
CIE-Lab37.413729.6930-25.7975

#734782 color RGB value is (115,71,130).

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

The process color (four color CMYK) of #734782 color hex is 0.12, 0.45, 0.00, 0.49. Web safe color of #734782 is #663399. Color #734782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000111 10000010
Octal 163 107 202
Decimal 115 71 130
Hex 73 47 82

RGB Percentages of Color #734782

%36.39
%22.47
%41.14

CMYK Percentages of Color #734782

%12
%45
%0
%49

Triadic Colors of #734782

#734782 #827347 #478273

Analogous Colors of #734782

#734782 #824774 #564782

Monochromatic Colors of #734782

#734782

Complementary Color

#734782 #568247

#734782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734782 Color CSS Codes

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

#734782 Text Font Color

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

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


#734782 Background Color

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

This div background color is #734782


#734782 Border Color

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

This div border color is #734782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734782


Comments

No comments written yet.

Please login to write comment.