Color Hex Logo

#980ece Color Hex

#980ECE
(152,14,206)
0 Favorites   0 Comments

Color spaces of #980ece

RGB 15214206
HSL0.790.870.43
HSV283°93°81°
CMYK 0.260.930.00   0.19
XYZ24.246511.445759.3238
Yxy11.44570.25520.1205
Hunter Lab33.831568.7230-80.2835
CIE-Lab40.321274.3439-66.2446

#980ece color RGB value is (152,14,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001110 11001110
Octal 230 16 316
Decimal 152 14 206
Hex 98 E CE

RGB Percentages of Color #980ece

%40.86
%3.76
%55.38

CMYK Percentages of Color #980ece

%26
%93
%0
%19

Triadic Colors of #980ece

#980ece #ce980e #0ece98

Analogous Colors of #980ece

#980ece #ce0ea4 #380ece

Monochromatic Colors of #980ece

#980ece

Complementary Color

#980ece #44ce0e

#980ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#980ece Color CSS Codes

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

#980ece Text Font Color

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

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


#980ece Background Color

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

This div background color is #980ece


#980ece Border Color

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

This div border color is #980ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,14,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 #980ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980ece


Comments

No comments written yet.

Please login to write comment.