Color Hex Logo

#370380 Color Hex

#370380
(55,3,128)
0 Favorites   0 Comments

Color spaces of #370380

RGB 553128
HSL0.740.950.26
HSV265°98°50°
CMYK 0.570.980.00   0.50
XYZ5.50442.435920.6021
Yxy2.43590.19280.0853
Hunter Lab15.607435.6404-67.3391
CIE-Lab17.626248.5058-56.8428

#370380 color RGB value is (55,3,128).

#370380 hex color red value is 55, green value is 3 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #370380 hue: 0.74 , saturation: 0.95 and the lightness value of 370380 is 0.26.

The process color (four color CMYK) of #370380 color hex is 0.57, 0.98, 0.00, 0.50. Web safe color of #370380 is #330099. Color #370380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000011 10000000
Octal 67 3 200
Decimal 55 3 128
Hex 37 3 80

RGB Percentages of Color #370380

%29.57
%1.61
%68.82

CMYK Percentages of Color #370380

%57
%98
%0
%50

Triadic Colors of #370380

#370380 #803703 #038037

Analogous Colors of #370380

#370380 #760380 #030d80

Monochromatic Colors of #370380

#370380

Complementary Color

#370380 #4c8003

#370380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370380 Color CSS Codes

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

#370380 Text Font Color

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

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


#370380 Background Color

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

This div background color is #370380


#370380 Border Color

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

This div border color is #370380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370380


Comments

No comments written yet.

Please login to write comment.