Color Hex Logo

#74357a Color Hex

#74357A
(116,53,122)
0 Favorites   0 Comments

Color spaces of #74357a

RGB 11653122
HSL0.820.390.34
HSV295°57°48°
CMYK 0.050.570.00   0.52
XYZ11.98847.664419.2599
Yxy7.66440.30810.1970
Hunter Lab27.684728.8485-21.8681
CIE-Lab33.273938.3642-27.3143

#74357a color RGB value is (116,53,122).

#74357a hex color red value is 116, green value is 53 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #74357a hue: 0.82 , saturation: 0.39 and the lightness value of 74357a is 0.34.

The process color (four color CMYK) of #74357a color hex is 0.05, 0.57, 0.00, 0.52. Web safe color of #74357a is #663366. Color #74357a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110101 01111010
Octal 164 65 172
Decimal 116 53 122
Hex 74 35 7A

RGB Percentages of Color #74357a

%39.86
%18.21
%41.92

CMYK Percentages of Color #74357a

%5
%57
%0
%52

Triadic Colors of #74357a

#74357a #7a7435 #357a74

Analogous Colors of #74357a

#74357a #7a355e #51357a

Monochromatic Colors of #74357a

#74357a

Complementary Color

#74357a #3b7a35

#74357a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74357a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74357a Color CSS Codes

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

#74357a Text Font Color

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

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


#74357a Background Color

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

This div background color is #74357a


#74357a Border Color

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

This div border color is #74357a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74357a


Comments

No comments written yet.

Please login to write comment.