Color Hex Logo

#375eca Color Hex

#375ECA
(55,94,202)
2 Favorites   0 Comments

Color spaces of #375eca

RGB 5594202
HSL0.620.580.50
HSV224°73°79°
CMYK 0.730.530.00   0.21
XYZ16.238913.081957.5463
Yxy13.08190.18690.1506
Hunter Lab36.168916.8463-69.0147
CIE-Lab42.886423.6238-60.1739

#375eca color RGB value is (55,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011110 11001010
Octal 67 136 312
Decimal 55 94 202
Hex 37 5E CA

RGB Percentages of Color #375eca

%15.67
%26.78
%57.55

CMYK Percentages of Color #375eca

%73
%53
%0
%21

Triadic Colors of #375eca

#375eca #ca375e #5eca37

Analogous Colors of #375eca

#375eca #5a37ca #37a8ca

Monochromatic Colors of #375eca

#375eca

Complementary Color

#375eca #caa337

#375eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#375eca Color CSS Codes

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

#375eca Text Font Color

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

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


#375eca Background Color

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

This div background color is #375eca


#375eca Border Color

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

This div border color is #375eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375eca


Comments

No comments written yet.

Please login to write comment.