Color Hex Logo

#74517d Color Hex

#74517D
(116,81,125)
0 Favorites   0 Comments

Color spaces of #74517d

RGB 11681125
HSL0.800.210.40
HSV288°35°49°
CMYK 0.070.350.00   0.51
XYZ13.846611.078520.8106
Yxy11.07850.30280.2422
Hunter Lab33.284416.0099-13.7712
CIE-Lab39.712422.9508-19.1492

#74517d color RGB value is (116,81,125).

#74517d hex color red value is 116, green value is 81 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #74517d hue: 0.80 , saturation: 0.21 and the lightness value of 74517d is 0.40.

The process color (four color CMYK) of #74517d color hex is 0.07, 0.35, 0.00, 0.51. Web safe color of #74517d is #666666. Color #74517d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010001 01111101
Octal 164 121 175
Decimal 116 81 125
Hex 74 51 7D

RGB Percentages of Color #74517d

%36.02
%25.16
%38.82

CMYK Percentages of Color #74517d

%7
%35
%0
%51

Triadic Colors of #74517d

#74517d #7d7451 #517d74

Analogous Colors of #74517d

#74517d #7d5170 #5e517d

Monochromatic Colors of #74517d

#74517d

Complementary Color

#74517d #5a7d51

#74517d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74517d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74517d Color CSS Codes

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

#74517d Text Font Color

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

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


#74517d Background Color

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

This div background color is #74517d


#74517d Border Color

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

This div border color is #74517d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,81,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74517d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74517d;
  -webkit-box-shadow: 1px 1px 3px 2px #74517d;
  box-shadow:         1px 1px 3px 2px #74517d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,81,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74517d


Comments

No comments written yet.

Please login to write comment.