Color Hex Logo

#754182 Color Hex

#754182
(117,65,130)
0 Favorites   0 Comments

Color spaces of #754182

RGB 11765130
HSL0.800.330.38
HSV288°50°51°
CMYK 0.100.500.00   0.49
XYZ13.25579.174222.1912
Yxy9.17420.29710.2056
Hunter Lab30.288925.1134-22.2366
CIE-Lab36.317533.7867-27.4956

#754182 color RGB value is (117,65,130).

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

The process color (four color CMYK) of #754182 color hex is 0.10, 0.50, 0.00, 0.49. Web safe color of #754182 is #663399. Color #754182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000001 10000010
Octal 165 101 202
Decimal 117 65 130
Hex 75 41 82

RGB Percentages of Color #754182

%37.50
%20.83
%41.67

CMYK Percentages of Color #754182

%10
%50
%0
%49

Triadic Colors of #754182

#754182 #827541 #418275

Analogous Colors of #754182

#754182 #82416f #554182

Monochromatic Colors of #754182

#754182

Complementary Color

#754182 #4e8241

#754182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754182 Color CSS Codes

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

#754182 Text Font Color

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

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


#754182 Background Color

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

This div background color is #754182


#754182 Border Color

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

This div border color is #754182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754182


Comments

No comments written yet.

Please login to write comment.