Color Hex Logo

#4c338f Color Hex

#4C338F
(76,51,143)
0 Favorites   0 Comments

Color spaces of #4c338f

RGB 7651143
HSL0.710.470.38
HSV256°64°56°
CMYK 0.470.640.00   0.44
XYZ9.12225.887326.6422
Yxy5.88730.21900.1413
Hunter Lab24.263824.6473-48.1172
CIE-Lab29.126334.4135-47.2891

#4c338f color RGB value is (76,51,143).

#4c338f hex color red value is 76, green value is 51 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #4c338f hue: 0.71 , saturation: 0.47 and the lightness value of 4c338f is 0.38.

The process color (four color CMYK) of #4c338f color hex is 0.47, 0.64, 0.00, 0.44. Web safe color of #4c338f is #333399. Color #4c338f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00110011 10001111
Octal 114 63 217
Decimal 76 51 143
Hex 4C 33 8F

RGB Percentages of Color #4c338f

%28.15
%18.89
%52.96

CMYK Percentages of Color #4c338f

%47
%64
%0
%44

Triadic Colors of #4c338f

#4c338f #8f4c33 #338f4c

Analogous Colors of #4c338f

#4c338f #7a338f #33488f

Monochromatic Colors of #4c338f

#4c338f

Complementary Color

#4c338f #768f33

#4c338f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c338f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c338f Color CSS Codes

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

#4c338f Text Font Color

<p style="color:#4c338f">Text here</p>

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


#4c338f Background Color

<div style="background-color:#4c338f">
Div content here</div>

This div background color is #4c338f


#4c338f Border Color

<div style="border:3px solid #4c338f">
Div here</div>

This div border color is #4c338f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,51,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c338f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c338f;
  -webkit-box-shadow: 1px 1px 3px 2px #4c338f;
  box-shadow:         1px 1px 3px 2px #4c338f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,51,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 #4c338f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c338f


Comments

No comments written yet.

Please login to write comment.