Color Hex Logo

#370955 Color Hex

#370955
(55,9,85)
0 Favorites   0 Comments

Color spaces of #370955

RGB 55985
HSL0.770.810.18
HSV276°89°33°
CMYK 0.350.890.00   0.67
XYZ3.31291.66358.7408
Yxy1.66350.24150.1213
Hunter Lab12.897723.2786-31.1527
CIE-Lab13.611935.6904-35.2218

#370955 color RGB value is (55,9,85).

#370955 hex color red value is 55, green value is 9 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #370955 hue: 0.77 , saturation: 0.81 and the lightness value of 370955 is 0.18.

The process color (four color CMYK) of #370955 color hex is 0.35, 0.89, 0.00, 0.67. Web safe color of #370955 is #330066. Color #370955 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00001001 01010101
Octal 67 11 125
Decimal 55 9 85
Hex 37 9 55

RGB Percentages of Color #370955

%36.91
%6.04
%57.05

CMYK Percentages of Color #370955

%35
%89
%0
%67

Triadic Colors of #370955

#370955 #553709 #095537

Analogous Colors of #370955

#370955 #55094d #110955

Monochromatic Colors of #370955

#370955

Complementary Color

#370955 #275509

#370955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370955 Color CSS Codes

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

#370955 Text Font Color

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

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


#370955 Background Color

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

This div background color is #370955


#370955 Border Color

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

This div border color is #370955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370955


Comments

No comments written yet.

Please login to write comment.