Color Hex Logo

#3c3ecc Color Hex

#3C3ECC
(60,62,204)
0 Favorites   0 Comments

Color spaces of #3c3ecc

RGB 6062204
HSL0.660.590.52
HSV239°71°80°
CMYK 0.710.700.00   0.20
XYZ14.48528.765558.0552
Yxy8.76550.17820.1078
Hunter Lab29.606635.5207-95.5364
CIE-Lab35.528844.9673-73.3346

#3c3ecc color RGB value is (60,62,204).

#3c3ecc hex color red value is 60, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3c3ecc hue: 0.66 , saturation: 0.59 and the lightness value of 3c3ecc is 0.52.

The process color (four color CMYK) of #3c3ecc color hex is 0.71, 0.70, 0.00, 0.20. Web safe color of #3c3ecc is #3333cc. Color #3c3ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 00111110 11001100
Octal 74 76 314
Decimal 60 62 204
Hex 3C 3E CC

RGB Percentages of Color #3c3ecc

%18.40
%19.02
%62.58

CMYK Percentages of Color #3c3ecc

%71
%70
%0
%20

Triadic Colors of #3c3ecc

#3c3ecc #cc3c3e #3ecc3c

Analogous Colors of #3c3ecc

#3c3ecc #823ccc #3c86cc

Monochromatic Colors of #3c3ecc

#3c3ecc

Complementary Color

#3c3ecc #ccca3c

#3c3ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c3ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c3ecc Color CSS Codes

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

#3c3ecc Text Font Color

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

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


#3c3ecc Background Color

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

This div background color is #3c3ecc


#3c3ecc Border Color

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

This div border color is #3c3ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c3ecc


Comments

No comments written yet.

Please login to write comment.