Color Hex Logo

#98306d Color Hex

#98306D
(152,48,109)
0 Favorites   0 Comments

Color spaces of #98306d

RGB 15248109
HSL0.900.520.39
HSV325°68°60°
CMYK 0.000.680.28   0.40
XYZ16.76629.893415.4939
Yxy9.89340.39770.2347
Hunter Lab31.453840.1040-7.1882
CIE-Lab37.650449.1637-11.9144

#98306d color RGB value is (152,48,109).

#98306d hex color red value is 152, green value is 48 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #98306d hue: 0.90 , saturation: 0.52 and the lightness value of 98306d is 0.39.

The process color (four color CMYK) of #98306d color hex is 0.00, 0.68, 0.28, 0.40. Web safe color of #98306d is #993366. Color #98306d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110000 01101101
Octal 230 60 155
Decimal 152 48 109
Hex 98 30 6D

RGB Percentages of Color #98306d

%49.19
%15.53
%35.28

CMYK Percentages of Color #98306d

%0
%68
%28
%40

Triadic Colors of #98306d

#98306d #6d9830 #306d98

Analogous Colors of #98306d

#98306d #983039 #8f3098

Monochromatic Colors of #98306d

#98306d

Complementary Color

#98306d #30985b

#98306d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98306d Color Preview on White Background

Lorem ipsum dolor sit amet.

#98306d Color CSS Codes

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

#98306d Text Font Color

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

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


#98306d Background Color

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

This div background color is #98306d


#98306d Border Color

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

This div border color is #98306d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,48,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98306d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98306d;
  -webkit-box-shadow: 1px 1px 3px 2px #98306d;
  box-shadow:         1px 1px 3px 2px #98306d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98306d


Comments

No comments written yet.

Please login to write comment.