Color Hex Logo

#375cec Color Hex

#375CEC
(55,92,236)
0 Favorites   0 Comments

Color spaces of #375cec

RGB 5592236
HSL0.630.830.57
HSV228°77°93°
CMYK 0.770.610.00   0.07
XYZ20.543014.522681.0773
Yxy14.52260.17690.1250
Hunter Lab38.108529.5333-99.4657
CIE-Lab44.973337.2468-76.1508

#375cec color RGB value is (55,92,236).

#375cec hex color red value is 55, green value is 92 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #375cec hue: 0.63 , saturation: 0.83 and the lightness value of 375cec is 0.57.

The process color (four color CMYK) of #375cec color hex is 0.77, 0.61, 0.00, 0.07. Web safe color of #375cec is #3366ff. Color #375cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011100 11101100
Octal 67 134 354
Decimal 55 92 236
Hex 37 5C EC

RGB Percentages of Color #375cec

%14.36
%24.02
%61.62

CMYK Percentages of Color #375cec

%77
%61
%0
%7

Triadic Colors of #375cec

#375cec #ec375c #5cec37

Analogous Colors of #375cec

#375cec #6d37ec #37b7ec

Monochromatic Colors of #375cec

#375cec

Complementary Color

#375cec #ecc737

#375cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#375cec Color CSS Codes

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

#375cec Text Font Color

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

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


#375cec Background Color

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

This div background color is #375cec


#375cec Border Color

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

This div border color is #375cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375cec


Comments

No comments written yet.

Please login to write comment.