Color Hex Logo

#983243 Color Hex

#983243
(152,50,67)
0 Favorites   0 Comments

Color spaces of #983243

RGB 1525067
HSL0.970.500.40
HSV350°67°60°
CMYK 0.000.670.56   0.40
XYZ15.10269.36196.3212
Yxy9.36190.49060.3041
Hunter Lab30.597234.56149.1691
CIE-Lab36.671943.781813.3717

#983243 color RGB value is (152,50,67).

#983243 hex color red value is 152, green value is 50 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #983243 hue: 0.97 , saturation: 0.50 and the lightness value of 983243 is 0.40.

The process color (four color CMYK) of #983243 color hex is 0.00, 0.67, 0.56, 0.40. Web safe color of #983243 is #993333. Color #983243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00110010 01000011
Octal 230 62 103
Decimal 152 50 67
Hex 98 32 43

RGB Percentages of Color #983243

%56.51
%18.59
%24.91

CMYK Percentages of Color #983243

%0
%67
%56
%40

Triadic Colors of #983243

#983243 #439832 #324398

Analogous Colors of #983243

#983243 #985432 #983276

Monochromatic Colors of #983243

#983243

Complementary Color

#983243 #329887

#983243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#983243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#983243 Color CSS Codes

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

#983243 Text Font Color

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

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


#983243 Background Color

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

This div background color is #983243


#983243 Border Color

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

This div border color is #983243


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,50,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #983243; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #983243;
  -webkit-box-shadow: 1px 1px 3px 2px #983243;
  box-shadow:         1px 1px 3px 2px #983243; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #983243


Comments

No comments written yet.

Please login to write comment.