Color Hex Logo

#984ecf Color Hex

#984ECF
(152,78,207)
0 Favorites   0 Comments

Color spaces of #984ecf

RGB 15278207
HSL0.760.570.56
HSV274°62°81°
CMYK 0.270.620.00   0.19
XYZ26.935816.629260.8216
Yxy16.62920.25800.1593
Hunter Lab40.778946.5420-59.8856
CIE-Lab47.789453.4689-54.7318

#984ecf color RGB value is (152,78,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001110 11001111
Octal 230 116 317
Decimal 152 78 207
Hex 98 4E CF

RGB Percentages of Color #984ecf

%34.78
%17.85
%47.37

CMYK Percentages of Color #984ecf

%27
%62
%0
%19

Triadic Colors of #984ecf

#984ecf #cf984e #4ecf98

Analogous Colors of #984ecf

#984ecf #cf4ec6 #584ecf

Monochromatic Colors of #984ecf

#984ecf

Complementary Color

#984ecf #85cf4e

#984ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#984ecf Color CSS Codes

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

#984ecf Text Font Color

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

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


#984ecf Background Color

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

This div background color is #984ecf


#984ecf Border Color

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

This div border color is #984ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984ecf


Comments

No comments written yet.

Please login to write comment.