Color Hex Logo

#74388f Color Hex

#74388F
(116,56,143)
0 Favorites   0 Comments

Color spaces of #74388f

RGB 11656143
HSL0.780.440.39
HSV281°61°56°
CMYK 0.190.610.00   0.44
XYZ13.57468.524526.9165
Yxy8.52450.27690.1739
Hunter Lab29.196731.8967-34.2218
CIE-Lab35.052241.3037-37.4999

#74388f color RGB value is (116,56,143).

#74388f hex color red value is 116, green value is 56 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #74388f hue: 0.78 , saturation: 0.44 and the lightness value of 74388f is 0.39.

The process color (four color CMYK) of #74388f color hex is 0.19, 0.61, 0.00, 0.44. Web safe color of #74388f is #663399. Color #74388f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111000 10001111
Octal 164 70 217
Decimal 116 56 143
Hex 74 38 8F

RGB Percentages of Color #74388f

%36.83
%17.78
%45.40

CMYK Percentages of Color #74388f

%19
%61
%0
%44

Triadic Colors of #74388f

#74388f #8f7438 #388f74

Analogous Colors of #74388f

#74388f #8f387f #49388f

Monochromatic Colors of #74388f

#74388f

Complementary Color

#74388f #538f38

#74388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#74388f Color CSS Codes

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

#74388f Text Font Color

<p style="color:#74388f">Text here</p>

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


#74388f Background Color

<div style="background-color:#74388f">
Div content here</div>

This div background color is #74388f


#74388f Border Color

<div style="border:3px solid #74388f">
Div here</div>

This div border color is #74388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74388f


Comments

No comments written yet.

Please login to write comment.