Color Hex Logo

#3c2390 Color Hex

#3C2390
(60,35,144)
0 Favorites   0 Comments

Color spaces of #3c2390

RGB 6035144
HSL0.700.610.35
HSV254°76°56°
CMYK 0.580.760.00   0.44
XYZ7.49864.176326.7965
Yxy4.17630.19490.1086
Hunter Lab20.436029.7342-63.4382
CIE-Lab24.245940.9719-55.9446

#3c2390 color RGB value is (60,35,144).

#3c2390 hex color red value is 60, green value is 35 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #3c2390 hue: 0.70 , saturation: 0.61 and the lightness value of 3c2390 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 00100011 10010000
Octal 74 43 220
Decimal 60 35 144
Hex 3C 23 90

RGB Percentages of Color #3c2390

%25.10
%14.64
%60.25

CMYK Percentages of Color #3c2390

%58
%76
%0
%44

Triadic Colors of #3c2390

#3c2390 #903c23 #23903c

Analogous Colors of #3c2390

#3c2390 #732390 #234190

Monochromatic Colors of #3c2390

#3c2390

Complementary Color

#3c2390 #779023

#3c2390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c2390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c2390 Color CSS Codes

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

#3c2390 Text Font Color

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

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


#3c2390 Background Color

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

This div background color is #3c2390


#3c2390 Border Color

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

This div border color is #3c2390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c2390


Comments

No comments written yet.

Please login to write comment.