Color Hex Logo

#378cab Color Hex

#378CAB
(55,140,171)
0 Favorites   0 Comments

Color spaces of #378cab

RGB 55140171
HSL0.540.510.44
HSV196°68°67°
CMYK 0.680.180.00   0.33
XYZ18.304322.508741.9079
Yxy22.50870.22130.2721
Hunter Lab47.4433-14.1580-19.1620
CIE-Lab54.5626-15.4084-23.8221

#378cab color RGB value is (55,140,171).

#378cab hex color red value is 55, green value is 140 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #378cab hue: 0.54 , saturation: 0.51 and the lightness value of 378cab is 0.44.

The process color (four color CMYK) of #378cab color hex is 0.68, 0.18, 0.00, 0.33. Web safe color of #378cab is #339999. Color #378cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001100 10101011
Octal 67 214 253
Decimal 55 140 171
Hex 37 8C AB

RGB Percentages of Color #378cab

%15.03
%38.25
%46.72

CMYK Percentages of Color #378cab

%68
%18
%0
%33

Triadic Colors of #378cab

#378cab #ab378c #8cab37

Analogous Colors of #378cab

#378cab #3752ab #37ab90

Monochromatic Colors of #378cab

#378cab

Complementary Color

#378cab #ab5637

#378cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#378cab Color CSS Codes

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

#378cab Text Font Color

<p style="color:#378cab">Text here</p>

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


#378cab Background Color

<div style="background-color:#378cab">
Div content here</div>

This div background color is #378cab


#378cab Border Color

<div style="border:3px solid #378cab">
Div here</div>

This div border color is #378cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,140,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #378cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #378cab;
  -webkit-box-shadow: 1px 1px 3px 2px #378cab;
  box-shadow:         1px 1px 3px 2px #378cab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378cab


Comments

No comments written yet.

Please login to write comment.