Color Hex Logo

#980fbd Color Hex

#980FBD
(152,15,189)
0 Favorites   0 Comments

Color spaces of #980fbd

RGB 15215189
HSL0.800.850.40
HSV287°92°74°
CMYK 0.200.920.00   0.26
XYZ22.305010.691249.0321
Yxy10.69120.27190.1303
Hunter Lab32.697464.5459-66.0214
CIE-Lab39.055471.0994-58.3750

#980fbd color RGB value is (152,15,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00001111 10111101
Octal 230 17 275
Decimal 152 15 189
Hex 98 F BD

RGB Percentages of Color #980fbd

%42.70
%4.21
%53.09

CMYK Percentages of Color #980fbd

%20
%92
%0
%26

Triadic Colors of #980fbd

#980fbd #bd980f #0fbd98

Analogous Colors of #980fbd

#980fbd #bd0f8b #410fbd

Monochromatic Colors of #980fbd

#980fbd

Complementary Color

#980fbd #34bd0f

#980fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#980fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#980fbd Color CSS Codes

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

#980fbd Text Font Color

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

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


#980fbd Background Color

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

This div background color is #980fbd


#980fbd Border Color

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

This div border color is #980fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #980fbd


Comments

No comments written yet.

Please login to write comment.