Color Hex Logo

#980dbc Color Hex

#980DBC
(152,13,188)
0 Favorites   0 Comments

Color spaces of #980dbc

RGB 15213188
HSL0.800.870.39
HSV288°93°74°
CMYK 0.190.930.00   0.26
XYZ22.169910.594148.4533
Yxy10.59410.27300.1304
Hunter Lab32.548664.6222-65.4778
CIE-Lab38.888271.1961-58.0576

#980dbc color RGB value is (152,13,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001101 10111100
Octal 230 15 274
Decimal 152 13 188
Hex 98 D BC

RGB Percentages of Color #980dbc

%43.06
%3.68
%53.26

CMYK Percentages of Color #980dbc

%19
%93
%0
%26

Triadic Colors of #980dbc

#980dbc #bc980d #0dbc98

Analogous Colors of #980dbc

#980dbc #bc0d89 #400dbc

Monochromatic Colors of #980dbc

#980dbc

Complementary Color

#980dbc #31bc0d

#980dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#980dbc Color CSS Codes

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

#980dbc Text Font Color

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

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


#980dbc Background Color

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

This div background color is #980dbc


#980dbc Border Color

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

This div border color is #980dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980dbc


Comments

No comments written yet.

Please login to write comment.