Color Hex Logo

#753386 Color Hex

#753386
(117,51,134)
0 Favorites   0 Comments

Color spaces of #753386

RGB 11751134
HSL0.800.450.36
HSV288°62°53°
CMYK 0.130.620.00   0.47
XYZ12.82307.870823.3976
Yxy7.87080.29080.1785
Hunter Lab28.054932.4904-29.8089
CIE-Lab33.712342.1634-34.0827

#753386 color RGB value is (117,51,134).

#753386 hex color red value is 117, green value is 51 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #753386 hue: 0.80 , saturation: 0.45 and the lightness value of 753386 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110011 10000110
Octal 165 63 206
Decimal 117 51 134
Hex 75 33 86

RGB Percentages of Color #753386

%38.74
%16.89
%44.37

CMYK Percentages of Color #753386

%13
%62
%0
%47

Triadic Colors of #753386

#753386 #867533 #338675

Analogous Colors of #753386

#753386 #86336e #4b3386

Monochromatic Colors of #753386

#753386

Complementary Color

#753386 #448633

#753386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753386 Color CSS Codes

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

#753386 Text Font Color

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

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


#753386 Background Color

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

This div background color is #753386


#753386 Border Color

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

This div border color is #753386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753386


Comments

No comments written yet.

Please login to write comment.