Color Hex Logo

#3c388f Color Hex

#3C388F
(60,56,143)
0 Favorites   0 Comments

Color spaces of #3c388f

RGB 6056143
HSL0.670.440.39
HSV243°61°56°
CMYK 0.580.610.00   0.44
XYZ8.23565.772226.6667
Yxy5.77220.20250.1419
Hunter Lab24.025419.1431-48.9904
CIE-Lab28.830328.0188-47.8378

#3c388f color RGB value is (60,56,143).

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

The process color (four color CMYK) of #3c388f color hex is 0.58, 0.61, 0.00, 0.44. Web safe color of #3c388f is #333399. Color #3c388f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00111000 10001111
Octal 74 70 217
Decimal 60 56 143
Hex 3C 38 8F

RGB Percentages of Color #3c388f

%23.17
%21.62
%55.21

CMYK Percentages of Color #3c388f

%58
%61
%0
%44

Triadic Colors of #3c388f

#3c388f #8f3c38 #388f3c

Analogous Colors of #3c388f

#3c388f #68388f #38608f

Monochromatic Colors of #3c388f

#3c388f

Complementary Color

#3c388f #8b8f38

#3c388f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c388f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c388f Color CSS Codes

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

#3c388f Text Font Color

<p style="color:#3c388f">Text here</p>

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


#3c388f Background Color

<div style="background-color:#3c388f">
Div content here</div>

This div background color is #3c388f


#3c388f Border Color

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

This div border color is #3c388f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c388f


Comments

No comments written yet.

Please login to write comment.