Color Hex Logo

#3c2bac Color Hex

#3C2BAC
(60,43,172)
0 Favorites   0 Comments

Color spaces of #3c2bac

RGB 6043172
HSL0.690.600.42
HSV248°75°67°
CMYK 0.650.750.00   0.33
XYZ10.17385.667039.5873
Yxy5.66700.18350.1022
Hunter Lab23.805534.6264-81.9325
CIE-Lab28.556345.3493-65.9241

#3c2bac color RGB value is (60,43,172).

#3c2bac hex color red value is 60, green value is 43 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3c2bac hue: 0.69 , saturation: 0.60 and the lightness value of 3c2bac is 0.42.

The process color (four color CMYK) of #3c2bac color hex is 0.65, 0.75, 0.00, 0.33. Web safe color of #3c2bac is #333399. Color #3c2bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00101011 10101100
Octal 74 53 254
Decimal 60 43 172
Hex 3C 2B AC

RGB Percentages of Color #3c2bac

%21.82
%15.64
%62.55

CMYK Percentages of Color #3c2bac

%65
%75
%0
%33

Triadic Colors of #3c2bac

#3c2bac #ac3c2b #2bac3c

Analogous Colors of #3c2bac

#3c2bac #7d2bac #2b5bac

Monochromatic Colors of #3c2bac

#3c2bac

Complementary Color

#3c2bac #9bac2b

#3c2bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c2bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c2bac Color CSS Codes

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

#3c2bac Text Font Color

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

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


#3c2bac Background Color

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

This div background color is #3c2bac


#3c2bac Border Color

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

This div border color is #3c2bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c2bac


Comments

No comments written yet.

Please login to write comment.