Color Hex Logo

#3770ea Color Hex

#3770EA
(55,112,234)
0 Favorites   0 Comments

Color spaces of #3770ea

RGB 55112234
HSL0.610.810.57
HSV221°76°92°
CMYK 0.760.520.00   0.08
XYZ22.221018.341180.2109
Yxy18.34110.18400.1519
Hunter Lab42.826517.6703-81.0672
CIE-Lab49.907223.9367-66.9960

#3770ea color RGB value is (55,112,234).

#3770ea hex color red value is 55, green value is 112 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #3770ea hue: 0.61 , saturation: 0.81 and the lightness value of 3770ea is 0.57.

The process color (four color CMYK) of #3770ea color hex is 0.76, 0.52, 0.00, 0.08. Web safe color of #3770ea is #3366ff. Color #3770ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110000 11101010
Octal 67 160 352
Decimal 55 112 234
Hex 37 70 EA

RGB Percentages of Color #3770ea

%13.72
%27.93
%58.35

CMYK Percentages of Color #3770ea

%76
%52
%0
%8

Triadic Colors of #3770ea

#3770ea #ea3770 #70ea37

Analogous Colors of #3770ea

#3770ea #5837ea #37caea

Monochromatic Colors of #3770ea

#3770ea

Complementary Color

#3770ea #eab137

#3770ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3770ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#3770ea Color CSS Codes

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

#3770ea Text Font Color

<p style="color:#3770ea">Text here</p>

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


#3770ea Background Color

<div style="background-color:#3770ea">
Div content here</div>

This div background color is #3770ea


#3770ea Border Color

<div style="border:3px solid #3770ea">
Div here</div>

This div border color is #3770ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,112,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3770ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3770ea;
  -webkit-box-shadow: 1px 1px 3px 2px #3770ea;
  box-shadow:         1px 1px 3px 2px #3770ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,112,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3770ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3770ea


Comments

No comments written yet.

Please login to write comment.