Color Hex Logo

#361999 Color Hex

#361999
(54,25,153)
0 Favorites   0 Comments

Color spaces of #361999

RGB 5425153
HSL0.700.720.35
HSV254°84°60°
CMYK 0.650.840.00   0.40
XYZ7.61873.779430.4649
Yxy3.77940.18200.0903
Hunter Lab19.440735.9320-79.3031
CIE-Lab22.928347.7900-63.6929

#361999 color RGB value is (54,25,153).

#361999 hex color red value is 54, green value is 25 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #361999 hue: 0.70 , saturation: 0.72 and the lightness value of 361999 is 0.35.

The process color (four color CMYK) of #361999 color hex is 0.65, 0.84, 0.00, 0.40. Web safe color of #361999 is #330099. Color #361999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011001 10011001
Octal 66 31 231
Decimal 54 25 153
Hex 36 19 99

RGB Percentages of Color #361999

%23.28
%10.78
%65.95

CMYK Percentages of Color #361999

%65
%84
%0
%40

Triadic Colors of #361999

#361999 #993619 #199936

Analogous Colors of #361999

#361999 #761999 #193c99

Monochromatic Colors of #361999

#361999

Complementary Color

#361999 #7c9919

#361999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#361999 Color CSS Codes

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

#361999 Text Font Color

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

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


#361999 Background Color

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

This div background color is #361999


#361999 Border Color

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

This div border color is #361999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361999


Comments

No comments written yet.

Please login to write comment.