Color Hex Logo

#3c0895 Color Hex

#3C0895
(60,8,149)
0 Favorites   0 Comments

Color spaces of #3c0895

RGB 608149
HSL0.730.900.31
HSV262°95°58°
CMYK 0.600.950.00   0.42
XYZ7.37513.304328.6828
Yxy3.30430.18740.0839
Hunter Lab18.177740.6103-80.8298
CIE-Lab21.223652.8155-64.0301

#3c0895 color RGB value is (60,8,149).

#3c0895 hex color red value is 60, green value is 8 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #3c0895 hue: 0.73 , saturation: 0.90 and the lightness value of 3c0895 is 0.31.

The process color (four color CMYK) of #3c0895 color hex is 0.60, 0.95, 0.00, 0.42. Web safe color of #3c0895 is #330099. Color #3c0895 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00001000 10010101
Octal 74 10 225
Decimal 60 8 149
Hex 3C 8 95

RGB Percentages of Color #3c0895

%27.65
%3.69
%68.66

CMYK Percentages of Color #3c0895

%60
%95
%0
%42

Triadic Colors of #3c0895

#3c0895 #953c08 #08953c

Analogous Colors of #3c0895

#3c0895 #830895 #081b95

Monochromatic Colors of #3c0895

#3c0895

Complementary Color

#3c0895 #619508

#3c0895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c0895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c0895 Color CSS Codes

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

#3c0895 Text Font Color

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

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


#3c0895 Background Color

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

This div background color is #3c0895


#3c0895 Border Color

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

This div border color is #3c0895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c0895


Comments

No comments written yet.

Please login to write comment.