Color Hex Logo

#375cd7 Color Hex

#375CD7
(55,92,215)
0 Favorites   0 Comments

Color spaces of #375cd7

RGB 5592215
HSL0.630.670.53
HSV226°74°84°
CMYK 0.740.570.00   0.16
XYZ17.668413.372865.9400
Yxy13.37280.18220.1379
Hunter Lab36.568822.2476-81.3120
CIE-Lab43.319729.6694-66.9348

#375cd7 color RGB value is (55,92,215).

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

The process color (four color CMYK) of #375cd7 color hex is 0.74, 0.57, 0.00, 0.16. Web safe color of #375cd7 is #3366cc. Color #375cd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011100 11010111
Octal 67 134 327
Decimal 55 92 215
Hex 37 5C D7

RGB Percentages of Color #375cd7

%15.19
%25.41
%59.39

CMYK Percentages of Color #375cd7

%74
%57
%0
%16

Triadic Colors of #375cd7

#375cd7 #d7375c #5cd737

Analogous Colors of #375cd7

#375cd7 #6237d7 #37acd7

Monochromatic Colors of #375cd7

#375cd7

Complementary Color

#375cd7 #d7b237

#375cd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375cd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375cd7 Color CSS Codes

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

#375cd7 Text Font Color

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

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


#375cd7 Background Color

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

This div background color is #375cd7


#375cd7 Border Color

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

This div border color is #375cd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375cd7


Comments

No comments written yet.

Please login to write comment.