Color Hex Logo

#9712db Color Hex

#9712DB
(151,18,219)
0 Favorites   0 Comments

Color spaces of #9712db

RGB 15118219
HSL0.780.850.46
HSV280°92°86°
CMYK 0.310.920.00   0.14
XYZ25.765012.126468.0005
Yxy12.12640.24330.1145
Hunter Lab34.823071.1292-91.4023
CIE-Lab41.416376.1100-71.9609

#9712db color RGB value is (151,18,219).

#9712db hex color red value is 151, green value is 18 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9712db hue: 0.78 , saturation: 0.85 and the lightness value of 9712db is 0.46.

The process color (four color CMYK) of #9712db color hex is 0.31, 0.92, 0.00, 0.14. Web safe color of #9712db is #9900cc. Color #9712db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00010010 11011011
Octal 227 22 333
Decimal 151 18 219
Hex 97 12 DB

RGB Percentages of Color #9712db

%38.92
%4.64
%56.44

CMYK Percentages of Color #9712db

%31
%92
%0
%14

Triadic Colors of #9712db

#9712db #db9712 #12db97

Analogous Colors of #9712db

#9712db #db12bb #3312db

Monochromatic Colors of #9712db

#9712db

Complementary Color

#9712db #56db12

#9712db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9712db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9712db Color CSS Codes

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

#9712db Text Font Color

<p style="color:#9712db">Text here</p>

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


#9712db Background Color

<div style="background-color:#9712db">
Div content here</div>

This div background color is #9712db


#9712db Border Color

<div style="border:3px solid #9712db">
Div here</div>

This div border color is #9712db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,18,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9712db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9712db;
  -webkit-box-shadow: 1px 1px 3px 2px #9712db;
  box-shadow:         1px 1px 3px 2px #9712db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,18,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9712db


Comments

No comments written yet.

Please login to write comment.