Color Hex Logo

#375acc Color Hex

#375ACC
(55,90,204)
0 Favorites   0 Comments

Color spaces of #375acc

RGB 5590204
HSL0.630.590.51
HSV226°73°80°
CMYK 0.730.560.00   0.20
XYZ16.130812.484258.6862
Yxy12.48420.18480.1430
Hunter Lab35.333019.6590-73.7444
CIE-Lab41.975626.9328-62.8050

#375acc color RGB value is (55,90,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011010 11001100
Octal 67 132 314
Decimal 55 90 204
Hex 37 5A CC

RGB Percentages of Color #375acc

%15.76
%25.79
%58.45

CMYK Percentages of Color #375acc

%73
%56
%0
%20

Triadic Colors of #375acc

#375acc #cc375a #5acc37

Analogous Colors of #375acc

#375acc #5f37cc #37a5cc

Monochromatic Colors of #375acc

#375acc

Complementary Color

#375acc #cca937

#375acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#375acc Color CSS Codes

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

#375acc Text Font Color

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

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


#375acc Background Color

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

This div background color is #375acc


#375acc Border Color

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

This div border color is #375acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375acc


Comments

No comments written yet.

Please login to write comment.