Color Hex Logo

#375ecf Color Hex

#375ECF
(55,94,207)
0 Favorites   0 Comments

Color spaces of #375ecf

RGB 5594207
HSL0.620.610.51
HSV225°73°81°
CMYK 0.730.550.00   0.19
XYZ16.840713.322660.7154
Yxy13.32260.18530.1466
Hunter Lab36.500118.4824-73.0746
CIE-Lab43.245425.4624-62.4704

#375ecf color RGB value is (55,94,207).

#375ecf hex color red value is 55, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #375ecf hue: 0.62 , saturation: 0.61 and the lightness value of 375ecf is 0.51.

The process color (four color CMYK) of #375ecf color hex is 0.73, 0.55, 0.00, 0.19. Web safe color of #375ecf is #3366cc. Color #375ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011110 11001111
Octal 67 136 317
Decimal 55 94 207
Hex 37 5E CF

RGB Percentages of Color #375ecf

%15.45
%26.40
%58.15

CMYK Percentages of Color #375ecf

%73
%55
%0
%19

Triadic Colors of #375ecf

#375ecf #cf375e #5ecf37

Analogous Colors of #375ecf

#375ecf #5c37cf #37aacf

Monochromatic Colors of #375ecf

#375ecf

Complementary Color

#375ecf #cfa837

#375ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#375ecf Color CSS Codes

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

#375ecf Text Font Color

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

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


#375ecf Background Color

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

This div background color is #375ecf


#375ecf Border Color

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

This div border color is #375ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375ecf


Comments

No comments written yet.

Please login to write comment.