Color Hex Logo

#3c7cdc Color Hex

#3C7CDC
(60,124,220)
0 Favorites   0 Comments

Color spaces of #3c7cdc

RGB 60124220
HSL0.600.700.55
HSV216°73°86°
CMYK 0.730.440.00   0.14
XYZ21.989420.543370.5164
Yxy20.54330.19450.1817
Hunter Lab45.32477.2815-60.5163
CIE-Lab52.446011.9199-55.0271

#3c7cdc color RGB value is (60,124,220).

#3c7cdc hex color red value is 60, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3c7cdc hue: 0.60 , saturation: 0.70 and the lightness value of 3c7cdc is 0.55.

The process color (four color CMYK) of #3c7cdc color hex is 0.73, 0.44, 0.00, 0.14. Web safe color of #3c7cdc is #3366cc. Color #3c7cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01111100 11011100
Octal 74 174 334
Decimal 60 124 220
Hex 3C 7C DC

RGB Percentages of Color #3c7cdc

%14.85
%30.69
%54.46

CMYK Percentages of Color #3c7cdc

%73
%44
%0
%14

Triadic Colors of #3c7cdc

#3c7cdc #dc3c7c #7cdc3c

Analogous Colors of #3c7cdc

#3c7cdc #4c3cdc #3cccdc

Monochromatic Colors of #3c7cdc

#3c7cdc

Complementary Color

#3c7cdc #dc9c3c

#3c7cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c7cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c7cdc Color CSS Codes

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

#3c7cdc Text Font Color

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

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


#3c7cdc Background Color

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

This div background color is #3c7cdc


#3c7cdc Border Color

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

This div border color is #3c7cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c7cdc


Comments

No comments written yet.

Please login to write comment.