Color Hex Logo

#3754dc Color Hex

#3754DC
(55,84,220)
0 Favorites   0 Comments

Color spaces of #3754dc

RGB 5584220
HSL0.640.700.54
HSV229°75°86°
CMYK 0.750.620.00   0.14
XYZ17.664112.320269.1572
Yxy12.32020.17820.1243
Hunter Lab35.100128.4046-92.2480
CIE-Lab41.720636.5390-72.4002

#3754dc color RGB value is (55,84,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010100 11011100
Octal 67 124 334
Decimal 55 84 220
Hex 37 54 DC

RGB Percentages of Color #3754dc

%15.32
%23.40
%61.28

CMYK Percentages of Color #3754dc

%75
%62
%0
%14

Triadic Colors of #3754dc

#3754dc #dc3754 #54dc37

Analogous Colors of #3754dc

#3754dc #6d37dc #37a7dc

Monochromatic Colors of #3754dc

#3754dc

Complementary Color

#3754dc #dcbf37

#3754dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3754dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3754dc Color CSS Codes

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

#3754dc Text Font Color

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

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


#3754dc Background Color

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

This div background color is #3754dc


#3754dc Border Color

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

This div border color is #3754dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3754dc


Comments

No comments written yet.

Please login to write comment.