Color Hex Logo

#3806cc Color Hex

#3806CC
(56,6,204)
0 Favorites   0 Comments

Color spaces of #3806cc

RGB 566204
HSL0.710.940.41
HSV255°97°80°
CMYK 0.730.970.00   0.20
XYZ12.59515.330657.4918
Yxy5.33060.16700.0707
Hunter Lab23.088156.9718-131.4767
CIE-Lab27.656666.7374-86.3811

#3806cc color RGB value is (56,6,204).

#3806cc hex color red value is 56, green value is 6 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3806cc hue: 0.71 , saturation: 0.94 and the lightness value of 3806cc is 0.41.

The process color (four color CMYK) of #3806cc color hex is 0.73, 0.97, 0.00, 0.20. Web safe color of #3806cc is #3300cc. Color #3806cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000110 11001100
Octal 70 6 314
Decimal 56 6 204
Hex 38 6 CC

RGB Percentages of Color #3806cc

%21.05
%2.26
%76.69

CMYK Percentages of Color #3806cc

%73
%97
%0
%20

Triadic Colors of #3806cc

#3806cc #cc3806 #06cc38

Analogous Colors of #3806cc

#3806cc #9b06cc #0637cc

Monochromatic Colors of #3806cc

#3806cc

Complementary Color

#3806cc #9acc06

#3806cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3806cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3806cc Color CSS Codes

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

#3806cc Text Font Color

<p style="color:#3806cc">Text here</p>

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


#3806cc Background Color

<div style="background-color:#3806cc">
Div content here</div>

This div background color is #3806cc


#3806cc Border Color

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

This div border color is #3806cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,6,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3806cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3806cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3806cc;
  box-shadow:         1px 1px 3px 2px #3806cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,6,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 #3806cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3806cc


Comments

No comments written yet.

Please login to write comment.