Color Hex Logo

#980cbb Color Hex

#980CBB
(152,12,187)
0 Favorites   0 Comments

Color spaces of #980cbb

RGB 15212187
HSL0.800.880.39
HSV288°94°73°
CMYK 0.190.940.00   0.27
XYZ22.050010.526247.8833
Yxy10.52620.27410.1308
Hunter Lab32.444164.5368-64.7935
CIE-Lab38.770771.1468-57.6591

#980cbb color RGB value is (152,12,187).

#980cbb hex color red value is 152, green value is 12 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #980cbb hue: 0.80 , saturation: 0.88 and the lightness value of 980cbb is 0.39.

The process color (four color CMYK) of #980cbb color hex is 0.19, 0.94, 0.00, 0.27. Web safe color of #980cbb is #9900cc. Color #980cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001100 10111011
Octal 230 14 273
Decimal 152 12 187
Hex 98 C BB

RGB Percentages of Color #980cbb

%43.30
%3.42
%53.28

CMYK Percentages of Color #980cbb

%19
%94
%0
%27

Triadic Colors of #980cbb

#980cbb #bb980c #0cbb98

Analogous Colors of #980cbb

#980cbb #bb0c87 #410cbb

Monochromatic Colors of #980cbb

#980cbb

Complementary Color

#980cbb #2fbb0c

#980cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#980cbb Color CSS Codes

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

#980cbb Text Font Color

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

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


#980cbb Background Color

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

This div background color is #980cbb


#980cbb Border Color

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

This div border color is #980cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980cbb


Comments

No comments written yet.

Please login to write comment.