Color Hex Logo

#360213 Color Hex

#360213
(54,2,19)
0 Favorites   0 Comments

Color spaces of #360213

RGB 54219
HSL0.950.930.11
HSV340°96°21°
CMYK 0.000.960.65   0.79
XYZ1.66060.87470.6974
Yxy0.87470.51370.2706
Hunter Lab9.352515.32682.1256
CIE-Lab7.901126.71953.6474

#360213 color RGB value is (54,2,19).

#360213 hex color red value is 54, green value is 2 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #360213 hue: 0.95 , saturation: 0.93 and the lightness value of 360213 is 0.11.

The process color (four color CMYK) of #360213 color hex is 0.00, 0.96, 0.65, 0.79. Web safe color of #360213 is #330000. Color #360213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00000010 00010011
Octal 66 2 23
Decimal 54 2 19
Hex 36 2 13

RGB Percentages of Color #360213

%72.00
%2.67
%25.33

CMYK Percentages of Color #360213

%0
%96
%65
%79

Triadic Colors of #360213

#360213 #133602 #021336

Analogous Colors of #360213

#360213 #360b02 #36022d

Monochromatic Colors of #360213

#360213

Complementary Color

#360213 #023625

#360213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#360213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#360213 Color CSS Codes

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

#360213 Text Font Color

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

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


#360213 Background Color

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

This div background color is #360213


#360213 Border Color

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

This div border color is #360213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #360213


Comments

No comments written yet.

Please login to write comment.