Color Hex Logo

#3770de Color Hex

#3770DE
(55,112,222)
0 Favorites   0 Comments

Color spaces of #3770de

RGB 55112222
HSL0.610.720.54
HSV220°75°87°
CMYK 0.750.500.00   0.13
XYZ20.554517.674571.4354
Yxy17.67450.18740.1612
Hunter Lab42.041113.6995-71.3158
CIE-Lab49.098919.5198-61.5464

#3770de color RGB value is (55,112,222).

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

The process color (four color CMYK) of #3770de color hex is 0.75, 0.50, 0.00, 0.13. Web safe color of #3770de is #3366cc. Color #3770de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110000 11011110
Octal 67 160 336
Decimal 55 112 222
Hex 37 70 DE

RGB Percentages of Color #3770de

%14.14
%28.79
%57.07

CMYK Percentages of Color #3770de

%75
%50
%0
%13

Triadic Colors of #3770de

#3770de #de3770 #70de37

Analogous Colors of #3770de

#3770de #5137de #37c4de

Monochromatic Colors of #3770de

#3770de

Complementary Color

#3770de #dea537

#3770de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3770de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3770de Color CSS Codes

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

#3770de Text Font Color

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

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


#3770de Background Color

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

This div background color is #3770de


#3770de Border Color

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

This div border color is #3770de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3770de


Comments

No comments written yet.

Please login to write comment.