Color Hex Logo

#984273 Color Hex

#984273
(152,66,115)
0 Favorites   0 Comments

Color spaces of #984273

RGB 15266115
HSL0.910.390.43
HSV326°57°60°
CMYK 0.000.570.24   0.40
XYZ17.991611.809617.5509
Yxy11.80960.38000.2494
Hunter Lab34.365133.3135-6.2249
CIE-Lab40.911941.7773-10.7214

#984273 color RGB value is (152,66,115).

#984273 hex color red value is 152, green value is 66 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #984273 hue: 0.91 , saturation: 0.39 and the lightness value of 984273 is 0.43.

The process color (four color CMYK) of #984273 color hex is 0.00, 0.57, 0.24, 0.40. Web safe color of #984273 is #993366. Color #984273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000010 01110011
Octal 230 102 163
Decimal 152 66 115
Hex 98 42 73

RGB Percentages of Color #984273

%45.65
%19.82
%34.53

CMYK Percentages of Color #984273

%0
%57
%24
%40

Triadic Colors of #984273

#984273 #739842 #427398

Analogous Colors of #984273

#984273 #984248 #924298

Monochromatic Colors of #984273

#984273

Complementary Color

#984273 #429867

#984273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984273 Color CSS Codes

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

#984273 Text Font Color

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

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


#984273 Background Color

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

This div background color is #984273


#984273 Border Color

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

This div border color is #984273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984273


Comments

No comments written yet.

Please login to write comment.