Color Hex Logo

#3c0053 Color Hex

#3C0053
(60,0,83)
0 Favorites   0 Comments

Color spaces of #3c0053

RGB 60083
HSL0.791.000.16
HSV283°100°33°
CMYK 0.281.000.00   0.67
XYZ3.42481.58528.3091
Yxy1.58520.25710.1190
Hunter Lab12.590526.5214-30.3152
CIE-Lab13.139839.5439-34.5913

#3c0053 color RGB value is (60,0,83).

#3c0053 hex color red value is 60, green value is 0 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #3c0053 hue: 0.79 , saturation: 1.00 and the lightness value of 3c0053 is 0.16.

The process color (four color CMYK) of #3c0053 color hex is 0.28, 1.00, 0.00, 0.67. Web safe color of #3c0053 is #330066. Color #3c0053 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00000000 01010011
Octal 74 0 123
Decimal 60 0 83
Hex 3C 0 53

RGB Percentages of Color #3c0053

%41.96
%0.00
%58.04

CMYK Percentages of Color #3c0053

%28
%100
%0
%67

Triadic Colors of #3c0053

#3c0053 #533c00 #00533c

Analogous Colors of #3c0053

#3c0053 #530041 #120053

Monochromatic Colors of #3c0053

#3c0053

Complementary Color

#3c0053 #175300

#3c0053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c0053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c0053 Color CSS Codes

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

#3c0053 Text Font Color

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

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


#3c0053 Background Color

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

This div background color is #3c0053


#3c0053 Border Color

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

This div border color is #3c0053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c0053


Comments

No comments written yet.

Please login to write comment.