Color Hex Logo

#980fbc Color Hex

#980FBC
(152,15,188)
0 Favorites   0 Comments

Color spaces of #980fbc

RGB 15215188
HSL0.800.850.40
HSV288°92°74°
CMYK 0.190.920.00   0.26
XYZ22.196810.647948.4623
Yxy10.64790.27300.1310
Hunter Lab32.631164.3173-65.2131
CIE-Lab38.981070.9207-57.9071

#980fbc color RGB value is (152,15,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001111 10111100
Octal 230 17 274
Decimal 152 15 188
Hex 98 F BC

RGB Percentages of Color #980fbc

%42.82
%4.23
%52.96

CMYK Percentages of Color #980fbc

%19
%92
%0
%26

Triadic Colors of #980fbc

#980fbc #bc980f #0fbc98

Analogous Colors of #980fbc

#980fbc #bc0f8a #410fbc

Monochromatic Colors of #980fbc

#980fbc

Complementary Color

#980fbc #33bc0f

#980fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#980fbc Color CSS Codes

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

#980fbc Text Font Color

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

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


#980fbc Background Color

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

This div background color is #980fbc


#980fbc Border Color

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

This div border color is #980fbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,15,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 #980fbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980fbc


Comments

No comments written yet.

Please login to write comment.