Color Hex Logo

#980be2 Color Hex

#980BE2
(152,11,226)
0 Favorites   0 Comments

Color spaces of #980be2

RGB 15211226
HSL0.780.910.46
HSV279°95°89°
CMYK 0.330.950.00   0.11
XYZ26.796012.405772.9337
Yxy12.40570.23900.1106
Hunter Lab35.221774.1613-98.1167
CIE-Lab41.853878.4843-75.2446

#980be2 color RGB value is (152,11,226).

#980be2 hex color red value is 152, green value is 11 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #980be2 hue: 0.78 , saturation: 0.91 and the lightness value of 980be2 is 0.46.

The process color (four color CMYK) of #980be2 color hex is 0.33, 0.95, 0.00, 0.11. Web safe color of #980be2 is #9900cc. Color #980be2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001011 11100010
Octal 230 13 342
Decimal 152 11 226
Hex 98 B E2

RGB Percentages of Color #980be2

%39.07
%2.83
%58.10

CMYK Percentages of Color #980be2

%33
%95
%0
%11

Triadic Colors of #980be2

#980be2 #e2980b #0be298

Analogous Colors of #980be2

#980be2 #e20bc1 #2c0be2

Monochromatic Colors of #980be2

#980be2

Complementary Color

#980be2 #55e20b

#980be2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980be2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#980be2 Color CSS Codes

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

#980be2 Text Font Color

<p style="color:#980be2">Text here</p>

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


#980be2 Background Color

<div style="background-color:#980be2">
Div content here</div>

This div background color is #980be2


#980be2 Border Color

<div style="border:3px solid #980be2">
Div here</div>

This div border color is #980be2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,11,226, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #980be2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #980be2;
  -webkit-box-shadow: 1px 1px 3px 2px #980be2;
  box-shadow:         1px 1px 3px 2px #980be2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980be2


Comments

No comments written yet.

Please login to write comment.