Color Hex Logo

#3728dc Color Hex

#3728DC
(55,40,220)
0 Favorites   0 Comments

Color spaces of #3728dc

RGB 5540220
HSL0.680.720.51
HSV245°82°86°
CMYK 0.750.820.00   0.14
XYZ15.25267.497168.3533
Yxy7.49710.16740.0823
Hunter Lab27.380851.5177-128.8445
CIE-Lab32.912860.8787-86.9173

#3728dc color RGB value is (55,40,220).

#3728dc hex color red value is 55, green value is 40 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3728dc hue: 0.68 , saturation: 0.72 and the lightness value of 3728dc is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101000 11011100
Octal 67 50 334
Decimal 55 40 220
Hex 37 28 DC

RGB Percentages of Color #3728dc

%17.46
%12.70
%69.84

CMYK Percentages of Color #3728dc

%75
%82
%0
%14

Triadic Colors of #3728dc

#3728dc #dc3728 #28dc37

Analogous Colors of #3728dc

#3728dc #9128dc #2873dc

Monochromatic Colors of #3728dc

#3728dc

Complementary Color

#3728dc #cddc28

#3728dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3728dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3728dc Color CSS Codes

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

#3728dc Text Font Color

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

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


#3728dc Background Color

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

This div background color is #3728dc


#3728dc Border Color

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

This div border color is #3728dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3728dc


Comments

No comments written yet.

Please login to write comment.