Color Hex Logo

#371988 Color Hex

#371988
(55,25,136)
0 Favorites   0 Comments

Color spaces of #371988

RGB 5525136
HSL0.710.690.32
HSV256°82°53°
CMYK 0.600.820.00   0.47
XYZ6.36713.285123.5910
Yxy3.28510.19150.0988
Hunter Lab18.124830.9870-64.4835
CIE-Lab21.151342.9313-56.0688

#371988 color RGB value is (55,25,136).

#371988 hex color red value is 55, green value is 25 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #371988 hue: 0.71 , saturation: 0.69 and the lightness value of 371988 is 0.32.

The process color (four color CMYK) of #371988 color hex is 0.60, 0.82, 0.00, 0.47. Web safe color of #371988 is #330099. Color #371988 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011001 10001000
Octal 67 31 210
Decimal 55 25 136
Hex 37 19 88

RGB Percentages of Color #371988

%25.46
%11.57
%62.96

CMYK Percentages of Color #371988

%60
%82
%0
%47

Triadic Colors of #371988

#371988 #883719 #198837

Analogous Colors of #371988

#371988 #6f1988 #193288

Monochromatic Colors of #371988

#371988

Complementary Color

#371988 #6a8819

#371988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371988 Color CSS Codes

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

#371988 Text Font Color

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

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


#371988 Background Color

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

This div background color is #371988


#371988 Border Color

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

This div border color is #371988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371988


Comments

No comments written yet.

Please login to write comment.