Color Hex Logo

#9713cb Color Hex

#9713CB
(151,19,203)
0 Favorites   0 Comments

Color spaces of #9713cb

RGB 15119203
HSL0.790.830.44
HSV283°91°80°
CMYK 0.260.910.00   0.20
XYZ23.774911.356957.4389
Yxy11.35690.25680.1227
Hunter Lab33.700066.9544-77.4650
CIE-Lab40.175272.9039-64.7477

#9713cb color RGB value is (151,19,203).

#9713cb hex color red value is 151, green value is 19 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9713cb hue: 0.79 , saturation: 0.83 and the lightness value of 9713cb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 00010011 11001011
Octal 227 23 313
Decimal 151 19 203
Hex 97 13 CB

RGB Percentages of Color #9713cb

%40.48
%5.09
%54.42

CMYK Percentages of Color #9713cb

%26
%91
%0
%20

Triadic Colors of #9713cb

#9713cb #cb9713 #13cb97

Analogous Colors of #9713cb

#9713cb #cb13a3 #3b13cb

Monochromatic Colors of #9713cb

#9713cb

Complementary Color

#9713cb #47cb13

#9713cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9713cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9713cb Color CSS Codes

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

#9713cb Text Font Color

<p style="color:#9713cb">Text here</p>

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


#9713cb Background Color

<div style="background-color:#9713cb">
Div content here</div>

This div background color is #9713cb


#9713cb Border Color

<div style="border:3px solid #9713cb">
Div here</div>

This div border color is #9713cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,19,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9713cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9713cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9713cb;
  box-shadow:         1px 1px 3px 2px #9713cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9713cb


Comments

No comments written yet.

Please login to write comment.