Color Hex Logo

#984267 Color Hex

#984267
(152,66,103)
0 Favorites   0 Comments

Color spaces of #984267

RGB 15266103
HSL0.930.390.43
HSV334°57°60°
CMYK 0.000.570.32   0.40
XYZ17.345311.551114.1474
Yxy11.55110.40300.2684
Hunter Lab33.986931.6208-0.8892
CIE-Lab40.493640.1007-3.8956

#984267 color RGB value is (152,66,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01000010 01100111
Octal 230 102 147
Decimal 152 66 103
Hex 98 42 67

RGB Percentages of Color #984267

%47.35
%20.56
%32.09

CMYK Percentages of Color #984267

%0
%57
%32
%40

Triadic Colors of #984267

#984267 #679842 #426798

Analogous Colors of #984267

#984267 #984842 #984292

Monochromatic Colors of #984267

#984267

Complementary Color

#984267 #429873

#984267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#984267 Color CSS Codes

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

#984267 Text Font Color

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

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


#984267 Background Color

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

This div background color is #984267


#984267 Border Color

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

This div border color is #984267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984267


Comments

No comments written yet.

Please login to write comment.