Color Hex Logo

#3873dc Color Hex

#3873DC
(56,115,220)
0 Favorites   0 Comments

Color spaces of #3873dc

RGB 56115220
HSL0.610.700.54
HSV218°75°86°
CMYK 0.750.480.00   0.14
XYZ20.679918.269570.1466
Yxy18.26950.18960.1675
Hunter Lab42.742811.5622-67.3827
CIE-Lab49.821417.0149-59.2493

#3873dc color RGB value is (56,115,220).

#3873dc hex color red value is 56, green value is 115 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3873dc hue: 0.61 , saturation: 0.70 and the lightness value of 3873dc is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110011 11011100
Octal 70 163 334
Decimal 56 115 220
Hex 38 73 DC

RGB Percentages of Color #3873dc

%14.32
%29.41
%56.27

CMYK Percentages of Color #3873dc

%75
%48
%0
%14

Triadic Colors of #3873dc

#3873dc #dc3873 #73dc38

Analogous Colors of #3873dc

#3873dc #4f38dc #38c5dc

Monochromatic Colors of #3873dc

#3873dc

Complementary Color

#3873dc #dca138

#3873dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3873dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3873dc Color CSS Codes

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

#3873dc Text Font Color

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

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


#3873dc Background Color

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

This div background color is #3873dc


#3873dc Border Color

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

This div border color is #3873dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3873dc


Comments

No comments written yet.

Please login to write comment.