Color Hex Logo

#379cea Color Hex

#379CEA
(55,156,234)
0 Favorites   0 Comments

Color spaces of #379cea

RGB 55156234
HSL0.570.810.57
HSV206°76°92°
CMYK 0.760.330.00   0.08
XYZ28.315330.529782.2423
Yxy30.52970.20070.2164
Hunter Lab55.2537-5.2199-49.5726
CIE-Lab62.1086-2.7382-47.4713

#379cea color RGB value is (55,156,234).

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

The process color (four color CMYK) of #379cea color hex is 0.76, 0.33, 0.00, 0.08. Web safe color of #379cea is #3399ff. Color #379cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011100 11101010
Octal 67 234 352
Decimal 55 156 234
Hex 37 9C EA

RGB Percentages of Color #379cea

%12.36
%35.06
%52.58

CMYK Percentages of Color #379cea

%76
%33
%0
%8

Triadic Colors of #379cea

#379cea #ea379c #9cea37

Analogous Colors of #379cea

#379cea #3743ea #37eadf

Monochromatic Colors of #379cea

#379cea

Complementary Color

#379cea #ea8537

#379cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#379cea Color CSS Codes

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

#379cea Text Font Color

<p style="color:#379cea">Text here</p>

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


#379cea Background Color

<div style="background-color:#379cea">
Div content here</div>

This div background color is #379cea


#379cea Border Color

<div style="border:3px solid #379cea">
Div here</div>

This div border color is #379cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379cea


Comments

No comments written yet.

Please login to write comment.