Color Hex Logo

#3c2582 Color Hex

#3C2582
(60,37,130)
0 Favorites   0 Comments

Color spaces of #3c2582

RGB 6037130
HSL0.710.560.33
HSV255°72°51°
CMYK 0.540.720.00   0.49
XYZ6.55433.895521.5255
Yxy3.89550.20500.1218
Hunter Lab19.737024.7368-50.8467
CIE-Lab23.322935.5419-48.7113

#3c2582 color RGB value is (60,37,130).

#3c2582 hex color red value is 60, green value is 37 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #3c2582 hue: 0.71 , saturation: 0.56 and the lightness value of 3c2582 is 0.33.

The process color (four color CMYK) of #3c2582 color hex is 0.54, 0.72, 0.00, 0.49. Web safe color of #3c2582 is #333399. Color #3c2582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00100101 10000010
Octal 74 45 202
Decimal 60 37 130
Hex 3C 25 82

RGB Percentages of Color #3c2582

%26.43
%16.30
%57.27

CMYK Percentages of Color #3c2582

%54
%72
%0
%49

Triadic Colors of #3c2582

#3c2582 #823c25 #25823c

Analogous Colors of #3c2582

#3c2582 #6b2582 #253d82

Monochromatic Colors of #3c2582

#3c2582

Complementary Color

#3c2582 #6b8225

#3c2582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c2582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c2582 Color CSS Codes

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

#3c2582 Text Font Color

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

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


#3c2582 Background Color

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

This div background color is #3c2582


#3c2582 Border Color

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

This div border color is #3c2582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c2582


Comments

No comments written yet.

Please login to write comment.