Color Hex Logo

#982250 Color Hex

#982250
(152,34,80)
0 Favorites   0 Comments

Color spaces of #982250

RGB 1523480
HSL0.940.630.36
HSV337°78°60°
CMYK 0.000.780.47   0.40
XYZ14.96898.39868.4216
Yxy8.39860.47090.2642
Hunter Lab28.980341.48313.0567
CIE-Lab34.799651.05082.3721

#982250 color RGB value is (152,34,80).

#982250 hex color red value is 152, green value is 34 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #982250 hue: 0.94 , saturation: 0.63 and the lightness value of 982250 is 0.36.

The process color (four color CMYK) of #982250 color hex is 0.00, 0.78, 0.47, 0.40. Web safe color of #982250 is #993366. Color #982250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00100010 01010000
Octal 230 42 120
Decimal 152 34 80
Hex 98 22 50

RGB Percentages of Color #982250

%57.14
%12.78
%30.08

CMYK Percentages of Color #982250

%0
%78
%47
%40

Triadic Colors of #982250

#982250 #509822 #225098

Analogous Colors of #982250

#982250 #982f22 #98228b

Monochromatic Colors of #982250

#982250

Complementary Color

#982250 #22986a

#982250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#982250 Color CSS Codes

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

#982250 Text Font Color

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

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


#982250 Background Color

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

This div background color is #982250


#982250 Border Color

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

This div border color is #982250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982250


Comments

No comments written yet.

Please login to write comment.