Color Hex Logo

#74386b Color Hex

#74386B
(116,56,107)
0 Favorites   0 Comments

Color spaces of #74386b

RGB 11656107
HSL0.860.350.34
HSV309°52°45°
CMYK 0.000.520.08   0.55
XYZ11.27057.602914.7834
Yxy7.60290.33490.2259
Hunter Lab27.573424.7078-12.4869
CIE-Lab33.141833.8252-18.0668

#74386b color RGB value is (116,56,107).

#74386b hex color red value is 116, green value is 56 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #74386b hue: 0.86 , saturation: 0.35 and the lightness value of 74386b is 0.34.

The process color (four color CMYK) of #74386b color hex is 0.00, 0.52, 0.08, 0.55. Web safe color of #74386b is #663366. Color #74386b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111000 01101011
Octal 164 70 153
Decimal 116 56 107
Hex 74 38 6B

RGB Percentages of Color #74386b

%41.58
%20.07
%38.35

CMYK Percentages of Color #74386b

%0
%52
%8
%55

Triadic Colors of #74386b

#74386b #6b7438 #386b74

Analogous Colors of #74386b

#74386b #74384d #5f3874

Monochromatic Colors of #74386b

#74386b

Complementary Color

#74386b #387441

#74386b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74386b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74386b Color CSS Codes

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

#74386b Text Font Color

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

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


#74386b Background Color

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

This div background color is #74386b


#74386b Border Color

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

This div border color is #74386b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,56,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74386b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74386b;
  -webkit-box-shadow: 1px 1px 3px 2px #74386b;
  box-shadow:         1px 1px 3px 2px #74386b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74386b


Comments

No comments written yet.

Please login to write comment.