Color Hex Logo

#375ecd Color Hex

#375ECD
(55,94,205)
0 Favorites   0 Comments

Color spaces of #375ecd

RGB 5594205
HSL0.620.600.51
HSV224°73°80°
CMYK 0.730.540.00   0.20
XYZ16.597713.225459.4356
Yxy13.22540.18600.1482
Hunter Lab36.366717.8252-71.4433
CIE-Lab43.100924.7276-61.5546

#375ecd color RGB value is (55,94,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011110 11001101
Octal 67 136 315
Decimal 55 94 205
Hex 37 5E CD

RGB Percentages of Color #375ecd

%15.54
%26.55
%57.91

CMYK Percentages of Color #375ecd

%73
%54
%0
%20

Triadic Colors of #375ecd

#375ecd #cd375e #5ecd37

Analogous Colors of #375ecd

#375ecd #5b37cd #37a9cd

Monochromatic Colors of #375ecd

#375ecd

Complementary Color

#375ecd #cda637

#375ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#375ecd Color CSS Codes

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

#375ecd Text Font Color

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

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


#375ecd Background Color

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

This div background color is #375ecd


#375ecd Border Color

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

This div border color is #375ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375ecd


Comments

No comments written yet.

Please login to write comment.