Color Hex Logo

#980cce Color Hex

#980CCE
(152,12,206)
0 Favorites   0 Comments

Color spaces of #980cce

RGB 15212206
HSL0.790.890.43
HSV283°94°81°
CMYK 0.260.940.00   0.19
XYZ24.220911.394659.3153
Yxy11.39460.25510.1200
Hunter Lab33.755969.0065-80.5543
CIE-Lab40.237374.5940-66.3815

#980cce color RGB value is (152,12,206).

#980cce hex color red value is 152, green value is 12 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #980cce hue: 0.79 , saturation: 0.89 and the lightness value of 980cce is 0.43.

The process color (four color CMYK) of #980cce color hex is 0.26, 0.94, 0.00, 0.19. Web safe color of #980cce is #9900cc. Color #980cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001100 11001110
Octal 230 14 316
Decimal 152 12 206
Hex 98 C CE

RGB Percentages of Color #980cce

%41.08
%3.24
%55.68

CMYK Percentages of Color #980cce

%26
%94
%0
%19

Triadic Colors of #980cce

#980cce #ce980c #0cce98

Analogous Colors of #980cce

#980cce #ce0ca3 #370cce

Monochromatic Colors of #980cce

#980cce

Complementary Color

#980cce #42ce0c

#980cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#980cce Color CSS Codes

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

#980cce Text Font Color

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

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


#980cce Background Color

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

This div background color is #980cce


#980cce Border Color

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

This div border color is #980cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980cce


Comments

No comments written yet.

Please login to write comment.