Color Hex Logo

#972dbc Color Hex

#972DBC
(151,45,188)
0 Favorites   0 Comments

Color spaces of #972dbc

RGB 15145188
HSL0.790.610.46
HSV284°76°74°
CMYK 0.200.760.00   0.26
XYZ22.778012.086948.7094
Yxy12.08690.27250.1446
Hunter Lab34.766256.1081-58.7322
CIE-Lab41.353963.3570-54.0750

#972dbc color RGB value is (151,45,188).

#972dbc hex color red value is 151, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #972dbc hue: 0.79 , saturation: 0.61 and the lightness value of 972dbc is 0.46.

The process color (four color CMYK) of #972dbc color hex is 0.20, 0.76, 0.00, 0.26. Web safe color of #972dbc is #9933cc. Color #972dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00101101 10111100
Octal 227 55 274
Decimal 151 45 188
Hex 97 2D BC

RGB Percentages of Color #972dbc

%39.32
%11.72
%48.96

CMYK Percentages of Color #972dbc

%20
%76
%0
%26

Triadic Colors of #972dbc

#972dbc #bc972d #2dbc97

Analogous Colors of #972dbc

#972dbc #bc2d9a #4f2dbc

Monochromatic Colors of #972dbc

#972dbc

Complementary Color

#972dbc #52bc2d

#972dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#972dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#972dbc Color CSS Codes

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

#972dbc Text Font Color

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

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


#972dbc Background Color

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

This div background color is #972dbc


#972dbc Border Color

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

This div border color is #972dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,45,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 #972dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #972dbc


Comments

No comments written yet.

Please login to write comment.