Color Hex Logo

#98063b Color Hex

#98063B
(152,6,59)
0 Favorites   0 Comments

Color spaces of #98063b

RGB 152659
HSL0.940.920.31
HSV338°96°60°
CMYK 0.000.960.61   0.40
XYZ13.80347.12144.7847
Yxy7.12140.53690.2770
Hunter Lab26.686045.62938.0497
CIE-Lab32.081755.567812.3227

#98063b color RGB value is (152,6,59).

#98063b hex color red value is 152, green value is 6 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #98063b hue: 0.94 , saturation: 0.92 and the lightness value of 98063b is 0.31.

The process color (four color CMYK) of #98063b color hex is 0.00, 0.96, 0.61, 0.40. Web safe color of #98063b is #990033. Color #98063b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00000110 00111011
Octal 230 6 73
Decimal 152 6 59
Hex 98 6 3B

RGB Percentages of Color #98063b

%70.05
%2.76
%27.19

CMYK Percentages of Color #98063b

%0
%96
%61
%40

Triadic Colors of #98063b

#98063b #3b9806 #063b98

Analogous Colors of #98063b

#98063b #981a06 #980684

Monochromatic Colors of #98063b

#98063b

Complementary Color

#98063b #069863

#98063b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98063b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98063b Color CSS Codes

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

#98063b Text Font Color

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

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


#98063b Background Color

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

This div background color is #98063b


#98063b Border Color

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

This div border color is #98063b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,6,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98063b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98063b;
  -webkit-box-shadow: 1px 1px 3px 2px #98063b;
  box-shadow:         1px 1px 3px 2px #98063b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98063b


Comments

No comments written yet.

Please login to write comment.