Color Hex Logo

#754dc7 Color Hex

#754DC7
(117,77,199)
0 Favorites   0 Comments

Color spaces of #754dc7

RGB 11777199
HSL0.720.520.54
HSV260°61°78°
CMYK 0.410.610.00   0.22
XYZ20.298813.213255.5134
Yxy13.21320.22800.1484
Hunter Lab36.350036.0668-65.1023
CIE-Lab43.082744.2019-57.9084

#754dc7 color RGB value is (117,77,199).

#754dc7 hex color red value is 117, green value is 77 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #754dc7 hue: 0.72 , saturation: 0.52 and the lightness value of 754dc7 is 0.54.

The process color (four color CMYK) of #754dc7 color hex is 0.41, 0.61, 0.00, 0.22. Web safe color of #754dc7 is #6666cc. Color #754dc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001101 11000111
Octal 165 115 307
Decimal 117 77 199
Hex 75 4D C7

RGB Percentages of Color #754dc7

%29.77
%19.59
%50.64

CMYK Percentages of Color #754dc7

%41
%61
%0
%22

Triadic Colors of #754dc7

#754dc7 #c7754d #4dc775

Analogous Colors of #754dc7

#754dc7 #b24dc7 #4d62c7

Monochromatic Colors of #754dc7

#754dc7

Complementary Color

#754dc7 #9fc74d

#754dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754dc7 Color CSS Codes

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

#754dc7 Text Font Color

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

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


#754dc7 Background Color

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

This div background color is #754dc7


#754dc7 Border Color

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

This div border color is #754dc7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,77,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #754dc7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #754dc7;
  -webkit-box-shadow: 1px 1px 3px 2px #754dc7;
  box-shadow:         1px 1px 3px 2px #754dc7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754dc7


Comments

No comments written yet.

Please login to write comment.