Color Hex Logo

#980865 Color Hex

#980865
(152,8,101)
0 Favorites   0 Comments

Color spaces of #980865

RGB 1528101
HSL0.890.900.31
HSV321°95°60°
CMYK 0.000.950.34   0.40
XYZ15.38477.788713.0044
Yxy7.78870.42530.2153
Hunter Lab27.908249.5605-8.0916
CIE-Lab33.538958.9621-13.0814

#980865 color RGB value is (152,8,101).

#980865 hex color red value is 152, green value is 8 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #980865 hue: 0.89 , saturation: 0.90 and the lightness value of 980865 is 0.31.

The process color (four color CMYK) of #980865 color hex is 0.00, 0.95, 0.34, 0.40. Web safe color of #980865 is #990066. Color #980865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001000 01100101
Octal 230 10 145
Decimal 152 8 101
Hex 98 8 65

RGB Percentages of Color #980865

%58.24
%3.07
%38.70

CMYK Percentages of Color #980865

%0
%95
%34
%40

Triadic Colors of #980865

#980865 #659808 #086598

Analogous Colors of #980865

#980865 #98081d #830898

Monochromatic Colors of #980865

#980865

Complementary Color

#980865 #08983b

#980865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980865 Color CSS Codes

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

#980865 Text Font Color

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

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


#980865 Background Color

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

This div background color is #980865


#980865 Border Color

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

This div border color is #980865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980865


Comments

No comments written yet.

Please login to write comment.