Color Hex Logo

#993854 Color Hex

#993854
(153,56,84)
0 Favorites   0 Comments

Color spaces of #993854

RGB 1535684
HSL0.950.460.41
HSV343°63°60°
CMYK 0.000.630.45   0.40
XYZ16.151310.24079.5129
Yxy10.24070.44980.2852
Hunter Lab32.001134.08904.7757
CIE-Lab38.271043.01794.8249

#993854 color RGB value is (153,56,84).

#993854 hex color red value is 153, green value is 56 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #993854 hue: 0.95 , saturation: 0.46 and the lightness value of 993854 is 0.41.

The process color (four color CMYK) of #993854 color hex is 0.00, 0.63, 0.45, 0.40. Web safe color of #993854 is #993366. Color #993854 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 00111000 01010100
Octal 231 70 124
Decimal 153 56 84
Hex 99 38 54

RGB Percentages of Color #993854

%52.22
%19.11
%28.67

CMYK Percentages of Color #993854

%0
%63
%45
%40

Triadic Colors of #993854

#993854 #549938 #385499

Analogous Colors of #993854

#993854 #994d38 #993885

Monochromatic Colors of #993854

#993854

Complementary Color

#993854 #38997d

#993854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#993854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#993854 Color CSS Codes

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

#993854 Text Font Color

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

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


#993854 Background Color

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

This div background color is #993854


#993854 Border Color

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

This div border color is #993854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #993854


Comments

No comments written yet.

Please login to write comment.