Color Hex Logo

#74256a Color Hex

#74256A
(116,37,106)
0 Favorites   0 Comments

Color spaces of #74256a

RGB 11637106
HSL0.850.520.30
HSV308°68°45°
CMYK 0.000.680.09   0.55
XYZ10.46556.076714.2570
Yxy6.07670.33980.1973
Hunter Lab24.651032.6425-17.0350
CIE-Lab29.605243.0759-22.9296

#74256a color RGB value is (116,37,106).

#74256a hex color red value is 116, green value is 37 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #74256a hue: 0.85 , saturation: 0.52 and the lightness value of 74256a is 0.30.

The process color (four color CMYK) of #74256a color hex is 0.00, 0.68, 0.09, 0.55. Web safe color of #74256a is #663366. Color #74256a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100101 01101010
Octal 164 45 152
Decimal 116 37 106
Hex 74 25 6A

RGB Percentages of Color #74256a

%44.79
%14.29
%40.93

CMYK Percentages of Color #74256a

%0
%68
%9
%55

Triadic Colors of #74256a

#74256a #6a7425 #256a74

Analogous Colors of #74256a

#74256a #742543 #562574

Monochromatic Colors of #74256a

#74256a

Complementary Color

#74256a #25742f

#74256a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74256a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74256a Color CSS Codes

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

#74256a Text Font Color

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

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


#74256a Background Color

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

This div background color is #74256a


#74256a Border Color

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

This div border color is #74256a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,37,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74256a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74256a;
  -webkit-box-shadow: 1px 1px 3px 2px #74256a;
  box-shadow:         1px 1px 3px 2px #74256a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74256a


Comments

No comments written yet.

Please login to write comment.