Color Hex Logo

#9713be Color Hex

#9713BE
(151,19,190)
0 Favorites   0 Comments

Color spaces of #9713be

RGB 15119190
HSL0.800.820.41
HSV286°90°75°
CMYK 0.210.900.00   0.25
XYZ22.289610.762849.6178
Yxy10.76280.26960.1302
Hunter Lab32.806763.8651-66.7072
CIE-Lab39.178170.4998-58.7715

#9713be color RGB value is (151,19,190).

#9713be hex color red value is 151, green value is 19 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9713be hue: 0.80 , saturation: 0.82 and the lightness value of 9713be is 0.41.

The process color (four color CMYK) of #9713be color hex is 0.21, 0.90, 0.00, 0.25. Web safe color of #9713be is #9900cc. Color #9713be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00010011 10111110
Octal 227 23 276
Decimal 151 19 190
Hex 97 13 BE

RGB Percentages of Color #9713be

%41.94
%5.28
%52.78

CMYK Percentages of Color #9713be

%21
%90
%0
%25

Triadic Colors of #9713be

#9713be #be9713 #13be97

Analogous Colors of #9713be

#9713be #be1390 #4113be

Monochromatic Colors of #9713be

#9713be

Complementary Color

#9713be #3abe13

#9713be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9713be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9713be Color CSS Codes

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

#9713be Text Font Color

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

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


#9713be Background Color

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

This div background color is #9713be


#9713be Border Color

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

This div border color is #9713be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9713be


Comments

No comments written yet.

Please login to write comment.