Color Hex Logo

#3c038b Color Hex

#3C038B
(60,3,139)
0 Favorites   0 Comments

Color spaces of #3c038b

RGB 603139
HSL0.740.960.28
HSV265°98°55°
CMYK 0.570.980.00   0.45
XYZ6.55622.889924.6383
Yxy2.88990.19240.0848
Hunter Lab16.999739.0918-74.0314
CIE-Lab19.597551.6197-60.4998

#3c038b color RGB value is (60,3,139).

#3c038b hex color red value is 60, green value is 3 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #3c038b hue: 0.74 , saturation: 0.96 and the lightness value of 3c038b is 0.28.

The process color (four color CMYK) of #3c038b color hex is 0.57, 0.98, 0.00, 0.45. Web safe color of #3c038b is #330099. Color #3c038b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00000011 10001011
Octal 74 3 213
Decimal 60 3 139
Hex 3C 3 8B

RGB Percentages of Color #3c038b

%29.70
%1.49
%68.81

CMYK Percentages of Color #3c038b

%57
%98
%0
%45

Triadic Colors of #3c038b

#3c038b #8b3c03 #038b3c

Analogous Colors of #3c038b

#3c038b #80038b #030e8b

Monochromatic Colors of #3c038b

#3c038b

Complementary Color

#3c038b #528b03

#3c038b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c038b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c038b Color CSS Codes

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

#3c038b Text Font Color

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

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


#3c038b Background Color

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

This div background color is #3c038b


#3c038b Border Color

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

This div border color is #3c038b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,3,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c038b


Comments

No comments written yet.

Please login to write comment.