Color Hex Logo

#754083 Color Hex

#754083
(117,64,131)
0 Favorites   0 Comments

Color spaces of #754083

RGB 11764131
HSL0.800.340.38
HSV287°51°51°
CMYK 0.110.510.00   0.49
XYZ13.26629.087422.5276
Yxy9.08740.29560.2025
Hunter Lab30.145325.7991-23.2057
CIE-Lab36.152034.5686-28.3728

#754083 color RGB value is (117,64,131).

#754083 hex color red value is 117, green value is 64 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #754083 hue: 0.80 , saturation: 0.34 and the lightness value of 754083 is 0.38.

The process color (four color CMYK) of #754083 color hex is 0.11, 0.51, 0.00, 0.49. Web safe color of #754083 is #663399. Color #754083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000000 10000011
Octal 165 100 203
Decimal 117 64 131
Hex 75 40 83

RGB Percentages of Color #754083

%37.50
%20.51
%41.99

CMYK Percentages of Color #754083

%11
%51
%0
%49

Triadic Colors of #754083

#754083 #837540 #408375

Analogous Colors of #754083

#754083 #834070 #544083

Monochromatic Colors of #754083

#754083

Complementary Color

#754083 #4e8340

#754083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754083 Color CSS Codes

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

#754083 Text Font Color

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

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


#754083 Background Color

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

This div background color is #754083


#754083 Border Color

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

This div border color is #754083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754083


Comments

No comments written yet.

Please login to write comment.