Color Hex Logo

#982cbe Color Hex

#982CBE
(152,44,190)
0 Favorites   0 Comments

Color spaces of #982cbe

RGB 15244190
HSL0.790.620.46
HSV284°77°75°
CMYK 0.200.770.00   0.25
XYZ23.143812.194549.8491
Yxy12.19450.27170.1431
Hunter Lab34.920657.1906-60.1919
CIE-Lab41.523664.2793-54.9663

#982cbe color RGB value is (152,44,190).

#982cbe hex color red value is 152, green value is 44 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #982cbe hue: 0.79 , saturation: 0.62 and the lightness value of 982cbe is 0.46.

The process color (four color CMYK) of #982cbe color hex is 0.20, 0.77, 0.00, 0.25. Web safe color of #982cbe is #9933cc. Color #982cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00101100 10111110
Octal 230 54 276
Decimal 152 44 190
Hex 98 2C BE

RGB Percentages of Color #982cbe

%39.38
%11.40
%49.22

CMYK Percentages of Color #982cbe

%20
%77
%0
%25

Triadic Colors of #982cbe

#982cbe #be982c #2cbe98

Analogous Colors of #982cbe

#982cbe #be2c9b #4f2cbe

Monochromatic Colors of #982cbe

#982cbe

Complementary Color

#982cbe #52be2c

#982cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#982cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#982cbe Color CSS Codes

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

#982cbe Text Font Color

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

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


#982cbe Background Color

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

This div background color is #982cbe


#982cbe Border Color

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

This div border color is #982cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #982cbe


Comments

No comments written yet.

Please login to write comment.