Color Hex Logo

#3c038c Color Hex

#3C038C
(60,3,140)
1 Favorites   0 Comments

Color spaces of #3c038c

RGB 603140
HSL0.740.960.28
HSV265°98°55°
CMYK 0.570.980.00   0.45
XYZ6.62972.919225.0250
Yxy2.91920.19180.0844
Hunter Lab17.085739.3629-74.8808
CIE-Lab19.717451.8663-60.9274

#3c038c color RGB value is (60,3,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 00000011 10001100
Octal 74 3 214
Decimal 60 3 140
Hex 3C 3 8C

RGB Percentages of Color #3c038c

%29.56
%1.48
%68.97

CMYK Percentages of Color #3c038c

%57
%98
%0
%45

Triadic Colors of #3c038c

#3c038c #8c3c03 #038c3c

Analogous Colors of #3c038c

#3c038c #81038c #030f8c

Monochromatic Colors of #3c038c

#3c038c

Complementary Color

#3c038c #538c03

#3c038c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c038c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c038c Color CSS Codes

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

#3c038c Text Font Color

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

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


#3c038c Background Color

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

This div background color is #3c038c


#3c038c Border Color

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

This div border color is #3c038c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c038c


Comments

No comments written yet.

Please login to write comment.