Color Hex Logo

#984ece Color Hex

#984ECE
(152,78,206)
0 Favorites   0 Comments

Color spaces of #984ece

RGB 15278206
HSL0.760.570.56
HSV275°62°81°
CMYK 0.260.620.00   0.19
XYZ26.813916.580460.1796
Yxy16.58040.25890.1601
Hunter Lab40.719046.2857-59.1227
CIE-Lab47.726953.2420-54.2579

#984ece color RGB value is (152,78,206).

#984ece hex color red value is 152, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #984ece hue: 0.76 , saturation: 0.57 and the lightness value of 984ece is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001110 11001110
Octal 230 116 316
Decimal 152 78 206
Hex 98 4E CE

RGB Percentages of Color #984ece

%34.86
%17.89
%47.25

CMYK Percentages of Color #984ece

%26
%62
%0
%19

Triadic Colors of #984ece

#984ece #ce984e #4ece98

Analogous Colors of #984ece

#984ece #ce4ec4 #584ece

Monochromatic Colors of #984ece

#984ece

Complementary Color

#984ece #84ce4e

#984ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#984ece Color CSS Codes

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

#984ece Text Font Color

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

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


#984ece Background Color

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

This div background color is #984ece


#984ece Border Color

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

This div border color is #984ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984ece


Comments

No comments written yet.

Please login to write comment.