Color Hex Logo

#980258 Color Hex

#980258
(152,2,88)
0 Favorites   0 Comments

Color spaces of #980258

RGB 152288
HSL0.900.970.30
HSV326°99°60°
CMYK 0.000.990.42   0.40
XYZ14.73217.42349.8889
Yxy7.42340.45970.2317
Hunter Lab27.245948.8361-2.4472
CIE-Lab32.752058.4453-5.8448

#980258 color RGB value is (152,2,88).

#980258 hex color red value is 152, green value is 2 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #980258 hue: 0.90 , saturation: 0.97 and the lightness value of 980258 is 0.30.

The process color (four color CMYK) of #980258 color hex is 0.00, 0.99, 0.42, 0.40. Web safe color of #980258 is #990066. Color #980258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00000010 01011000
Octal 230 2 130
Decimal 152 2 88
Hex 98 2 58

RGB Percentages of Color #980258

%62.81
%0.83
%36.36

CMYK Percentages of Color #980258

%0
%99
%42
%40

Triadic Colors of #980258

#980258 #589802 #025898

Analogous Colors of #980258

#980258 #98020d #8d0298

Monochromatic Colors of #980258

#980258

Complementary Color

#980258 #029842

#980258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980258 Color CSS Codes

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

#980258 Text Font Color

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

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


#980258 Background Color

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

This div background color is #980258


#980258 Border Color

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

This div border color is #980258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980258


Comments

No comments written yet.

Please login to write comment.