Color Hex Logo

#984dce Color Hex

#984DCE
(152,77,206)
0 Favorites   0 Comments

Color spaces of #984dce

RGB 15277206
HSL0.760.570.55
HSV275°63°81°
CMYK 0.260.630.00   0.19
XYZ26.743416.439460.1561
Yxy16.43940.25880.1591
Hunter Lab40.545546.7820-59.5848
CIE-Lab47.545853.7352-54.5489

#984dce color RGB value is (152,77,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 01001101 11001110
Octal 230 115 316
Decimal 152 77 206
Hex 98 4D CE

RGB Percentages of Color #984dce

%34.94
%17.70
%47.36

CMYK Percentages of Color #984dce

%26
%63
%0
%19

Triadic Colors of #984dce

#984dce #ce984d #4dce98

Analogous Colors of #984dce

#984dce #ce4dc4 #574dce

Monochromatic Colors of #984dce

#984dce

Complementary Color

#984dce #83ce4d

#984dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#984dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#984dce Color CSS Codes

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

#984dce Text Font Color

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

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


#984dce Background Color

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

This div background color is #984dce


#984dce Border Color

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

This div border color is #984dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #984dce


Comments

No comments written yet.

Please login to write comment.