Color Hex Logo

#378ffb Color Hex

#378FFB
(55,143,251)
0 Favorites   0 Comments

Color spaces of #378ffb

RGB 55143251
HSL0.590.960.60
HSV213°78°98°
CMYK 0.780.430.00   0.02
XYZ28.810627.422295.0413
Yxy27.42220.19050.1813
Hunter Lab52.36626.5654-70.9512
CIE-Lab59.363111.0317-61.2018

#378ffb color RGB value is (55,143,251).

#378ffb hex color red value is 55, green value is 143 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #378ffb hue: 0.59 , saturation: 0.96 and the lightness value of 378ffb is 0.60.

The process color (four color CMYK) of #378ffb color hex is 0.78, 0.43, 0.00, 0.02. Web safe color of #378ffb is #3399ff. Color #378ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001111 11111011
Octal 67 217 373
Decimal 55 143 251
Hex 37 8F FB

RGB Percentages of Color #378ffb

%12.25
%31.85
%55.90

CMYK Percentages of Color #378ffb

%78
%43
%0
%2

Triadic Colors of #378ffb

#378ffb #fb378f #8ffb37

Analogous Colors of #378ffb

#378ffb #4137fb #37f1fb

Monochromatic Colors of #378ffb

#378ffb

Complementary Color

#378ffb #fba337

#378ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#378ffb Color CSS Codes

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

#378ffb Text Font Color

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

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


#378ffb Background Color

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

This div background color is #378ffb


#378ffb Border Color

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

This div border color is #378ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378ffb


Comments

No comments written yet.

Please login to write comment.