Color Hex Logo

#378fff Color Hex

#378FFF
(55,143,255)
0 Favorites   0 Comments

Color spaces of #378fff

RGB 55143255
HSL0.591.000.61
HSV214°78°100°
CMYK 0.780.440.00   0.00
XYZ29.448027.677198.3979
Yxy27.67710.18930.1780
Hunter Lab52.60907.8499-74.0674
CIE-Lab59.595912.4872-63.0246

#378fff color RGB value is (55,143,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001111 11111111
Octal 67 217 377
Decimal 55 143 255
Hex 37 8F FF

RGB Percentages of Color #378fff

%12.14
%31.57
%56.29

CMYK Percentages of Color #378fff

%78
%44
%0
%0

Triadic Colors of #378fff

#378fff #ff378f #8fff37

Analogous Colors of #378fff

#378fff #4337ff #37f3ff

Monochromatic Colors of #378fff

#378fff

Complementary Color

#378fff #ffa737

#378fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#378fff Color CSS Codes

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

#378fff Text Font Color

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

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


#378fff Background Color

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

This div background color is #378fff


#378fff Border Color

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

This div border color is #378fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378fff

Related Colors


Comments

No comments written yet.

Please login to write comment.