Color Hex Logo

#370276 Color Hex

#370276
(55,2,118)
0 Favorites   0 Comments

Color spaces of #370276

RGB 552118
HSL0.740.970.24
HSV267°98°46°
CMYK 0.530.980.00   0.54
XYZ4.86732.163617.3006
Yxy2.16360.20000.0889
Hunter Lab14.709233.3250-59.4391
CIE-Lab16.323446.3499-52.5954

#370276 color RGB value is (55,2,118).

#370276 hex color red value is 55, green value is 2 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #370276 hue: 0.74 , saturation: 0.97 and the lightness value of 370276 is 0.24.

The process color (four color CMYK) of #370276 color hex is 0.53, 0.98, 0.00, 0.54. Web safe color of #370276 is #330066. Color #370276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000010 01110110
Octal 67 2 166
Decimal 55 2 118
Hex 37 2 76

RGB Percentages of Color #370276

%31.43
%1.14
%67.43

CMYK Percentages of Color #370276

%53
%98
%0
%54

Triadic Colors of #370276

#370276 #763702 #027637

Analogous Colors of #370276

#370276 #710276 #020776

Monochromatic Colors of #370276

#370276

Complementary Color

#370276 #417602

#370276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370276 Color CSS Codes

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

#370276 Text Font Color

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

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


#370276 Background Color

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

This div background color is #370276


#370276 Border Color

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

This div border color is #370276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370276


Comments

No comments written yet.

Please login to write comment.