Color Hex Logo

#754388 Color Hex

#754388
(117,67,136)
0 Favorites   0 Comments

Color spaces of #754388

RGB 11767136
HSL0.790.340.40
HSV283°51°53°
CMYK 0.140.510.00   0.47
XYZ13.78729.573824.4138
Yxy9.57380.28860.2004
Hunter Lab30.941625.3898-25.1225
CIE-Lab37.066433.9792-30.0096

#754388 color RGB value is (117,67,136).

#754388 hex color red value is 117, green value is 67 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #754388 hue: 0.79 , saturation: 0.34 and the lightness value of 754388 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000011 10001000
Octal 165 103 210
Decimal 117 67 136
Hex 75 43 88

RGB Percentages of Color #754388

%36.56
%20.94
%42.50

CMYK Percentages of Color #754388

%14
%51
%0
%47

Triadic Colors of #754388

#754388 #887543 #438875

Analogous Colors of #754388

#754388 #884379 #534388

Monochromatic Colors of #754388

#754388

Complementary Color

#754388 #568843

#754388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754388 Color CSS Codes

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

#754388 Text Font Color

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

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


#754388 Background Color

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

This div background color is #754388


#754388 Border Color

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

This div border color is #754388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754388


Comments

No comments written yet.

Please login to write comment.