Color Hex Logo

#3c208b Color Hex

#3C208B
(60,32,139)
0 Favorites   0 Comments

Color spaces of #3c208b

RGB 6032139
HSL0.710.630.34
HSV256°77°55°
CMYK 0.570.770.00   0.45
XYZ7.04023.857824.7997
Yxy3.85780.19720.1081
Hunter Lab19.641329.6091-61.1125
CIE-Lab23.195741.0369-54.5615

#3c208b color RGB value is (60,32,139).

#3c208b hex color red value is 60, green value is 32 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #3c208b hue: 0.71 , saturation: 0.63 and the lightness value of 3c208b is 0.34.

The process color (four color CMYK) of #3c208b color hex is 0.57, 0.77, 0.00, 0.45. Web safe color of #3c208b is #333399. Color #3c208b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00100000 10001011
Octal 74 40 213
Decimal 60 32 139
Hex 3C 20 8B

RGB Percentages of Color #3c208b

%25.97
%13.85
%60.17

CMYK Percentages of Color #3c208b

%57
%77
%0
%45

Triadic Colors of #3c208b

#3c208b #8b3c20 #208b3c

Analogous Colors of #3c208b

#3c208b #72208b #203a8b

Monochromatic Colors of #3c208b

#3c208b

Complementary Color

#3c208b #6f8b20

#3c208b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c208b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c208b Color CSS Codes

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

#3c208b Text Font Color

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

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


#3c208b Background Color

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

This div background color is #3c208b


#3c208b Border Color

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

This div border color is #3c208b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c208b


Comments

No comments written yet.

Please login to write comment.