Color Hex Logo

#3801dc Color Hex

#3801DC
(56,1,220)
0 Favorites   0 Comments

Color spaces of #3801dc

RGB 561220
HSL0.710.990.43
HSV255°100°86°
CMYK 0.751.000.00   0.14
XYZ14.56006.029868.1066
Yxy6.02980.16420.0680
Hunter Lab24.555762.8672-147.2555
CIE-Lab29.487571.4663-92.6167

#3801dc color RGB value is (56,1,220).

#3801dc hex color red value is 56, green value is 1 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3801dc hue: 0.71 , saturation: 0.99 and the lightness value of 3801dc is 0.43.

The process color (four color CMYK) of #3801dc color hex is 0.75, 1.00, 0.00, 0.14. Web safe color of #3801dc is #3300cc. Color #3801dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000001 11011100
Octal 70 1 334
Decimal 56 1 220
Hex 38 1 DC

RGB Percentages of Color #3801dc

%20.22
%0.36
%79.42

CMYK Percentages of Color #3801dc

%75
%100
%0
%14

Triadic Colors of #3801dc

#3801dc #dc3801 #01dc38

Analogous Colors of #3801dc

#3801dc #a601dc #0137dc

Monochromatic Colors of #3801dc

#3801dc

Complementary Color

#3801dc #a5dc01

#3801dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3801dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3801dc Color CSS Codes

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

#3801dc Text Font Color

<p style="color:#3801dc">Text here</p>

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


#3801dc Background Color

<div style="background-color:#3801dc">
Div content here</div>

This div background color is #3801dc


#3801dc Border Color

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

This div border color is #3801dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3801dc


Comments

No comments written yet.

Please login to write comment.