Color Hex Logo

#982cea Color Hex

#982CEA
(152,44,234)
0 Favorites   0 Comments

Color spaces of #982cea

RGB 15244234
HSL0.760.820.55
HSV274°81°92°
CMYK 0.350.810.00   0.08
XYZ28.700914.417379.1120
Yxy14.41730.23480.1180
Hunter Lab37.970168.4771-96.9536
CIE-Lab44.825573.2668-74.9288

#982cea color RGB value is (152,44,234).

#982cea hex color red value is 152, green value is 44 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #982cea hue: 0.76 , saturation: 0.82 and the lightness value of 982cea is 0.55.

The process color (four color CMYK) of #982cea color hex is 0.35, 0.81, 0.00, 0.08. Web safe color of #982cea is #9933ff. Color #982cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101100 11101010
Octal 230 54 352
Decimal 152 44 234
Hex 98 2C EA

RGB Percentages of Color #982cea

%35.35
%10.23
%54.42

CMYK Percentages of Color #982cea

%35
%81
%0
%8

Triadic Colors of #982cea

#982cea #ea982c #2cea98

Analogous Colors of #982cea

#982cea #ea2cdd #392cea

Monochromatic Colors of #982cea

#982cea

Complementary Color

#982cea #7eea2c

#982cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#982cea Color CSS Codes

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

#982cea Text Font Color

<p style="color:#982cea">Text here</p>

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


#982cea Background Color

<div style="background-color:#982cea">
Div content here</div>

This div background color is #982cea


#982cea Border Color

<div style="border:3px solid #982cea">
Div here</div>

This div border color is #982cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,44,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #982cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #982cea;
  -webkit-box-shadow: 1px 1px 3px 2px #982cea;
  box-shadow:         1px 1px 3px 2px #982cea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982cea


Comments

No comments written yet.

Please login to write comment.