Color Hex Logo

#375fff Color Hex

#375FFF
(55,95,255)
0 Favorites   0 Comments

Color spaces of #375fff

RGB 5595255
HSL0.631.000.61
HSV228°78°100°
CMYK 0.780.630.00   0.00
XYZ23.717816.216696.4878
Yxy16.21660.17390.1189
Hunter Lab40.269834.6592-113.8718
CIE-Lab47.257442.1248-83.0385

#375fff color RGB value is (55,95,255).

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

The process color (four color CMYK) of #375fff color hex is 0.78, 0.63, 0.00, 0.00. Web safe color of #375fff is #3366ff. Color #375fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011111 11111111
Octal 67 137 377
Decimal 55 95 255
Hex 37 5F FF

RGB Percentages of Color #375fff

%13.58
%23.46
%62.96

CMYK Percentages of Color #375fff

%78
%63
%0
%0

Triadic Colors of #375fff

#375fff #ff375f #5fff37

Analogous Colors of #375fff

#375fff #7337ff #37c3ff

Monochromatic Colors of #375fff

#375fff

Complementary Color

#375fff #ffd737

#375fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#375fff Color CSS Codes

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

#375fff Text Font Color

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

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


#375fff Background Color

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

This div background color is #375fff


#375fff Border Color

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

This div border color is #375fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375fff


Comments

No comments written yet.

Please login to write comment.