Color Hex Logo

#375aec Color Hex

#375AEC
(55,90,236)
0 Favorites   0 Comments

Color spaces of #375aec

RGB 5590236
HSL0.630.830.57
HSV228°77°93°
CMYK 0.770.620.00   0.07
XYZ20.372014.180781.0203
Yxy14.18070.17630.1227
Hunter Lab37.657330.6655-101.2034
CIE-Lab44.491038.4907-76.9399

#375aec color RGB value is (55,90,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011010 11101100
Octal 67 132 354
Decimal 55 90 236
Hex 37 5A EC

RGB Percentages of Color #375aec

%14.44
%23.62
%61.94

CMYK Percentages of Color #375aec

%77
%62
%0
%7

Triadic Colors of #375aec

#375aec #ec375a #5aec37

Analogous Colors of #375aec

#375aec #6f37ec #37b5ec

Monochromatic Colors of #375aec

#375aec

Complementary Color

#375aec #ecc937

#375aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#375aec Color CSS Codes

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

#375aec Text Font Color

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

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


#375aec Background Color

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

This div background color is #375aec


#375aec Border Color

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

This div border color is #375aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375aec


Comments

No comments written yet.

Please login to write comment.