Color Hex Logo

#3784dc Color Hex

#3784DC
(55,132,220)
0 Favorites   0 Comments

Color spaces of #3784dc

RGB 55132220
HSL0.590.700.54
HSV212°75°86°
CMYK 0.750.400.00   0.14
XYZ22.745122.482170.8508
Yxy22.48210.19590.1937
Hunter Lab47.41532.6496-55.4040
CIE-Lab54.53486.3930-51.6987

#3784dc color RGB value is (55,132,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000100 11011100
Octal 67 204 334
Decimal 55 132 220
Hex 37 84 DC

RGB Percentages of Color #3784dc

%13.51
%32.43
%54.05

CMYK Percentages of Color #3784dc

%75
%40
%0
%14

Triadic Colors of #3784dc

#3784dc #dc3784 #84dc37

Analogous Colors of #3784dc

#3784dc #3d37dc #37d7dc

Monochromatic Colors of #3784dc

#3784dc

Complementary Color

#3784dc #dc8f37

#3784dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3784dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3784dc Color CSS Codes

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

#3784dc Text Font Color

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

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


#3784dc Background Color

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

This div background color is #3784dc


#3784dc Border Color

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

This div border color is #3784dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3784dc


Comments

No comments written yet.

Please login to write comment.