Color Hex Logo

#9565be Color Hex

#9565BE
(149,101,190)
0 Favorites   0 Comments

Color spaces of #9565be

RGB 149101190
HSL0.760.410.57
HSV272°47°75°
CMYK 0.220.470.00   0.25
XYZ26.342419.414651.0742
Yxy19.41460.27200.2005
Hunter Lab44.062029.6074-37.8822
CIE-Lab51.168836.4729-39.5892

#9565be color RGB value is (149,101,190).

#9565be hex color red value is 149, green value is 101 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9565be hue: 0.76 , saturation: 0.41 and the lightness value of 9565be is 0.57.

The process color (four color CMYK) of #9565be color hex is 0.22, 0.47, 0.00, 0.25. Web safe color of #9565be is #9966cc. Color #9565be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100101 10111110
Octal 225 145 276
Decimal 149 101 190
Hex 95 65 BE

RGB Percentages of Color #9565be

%33.86
%22.95
%43.18

CMYK Percentages of Color #9565be

%22
%47
%0
%25

Triadic Colors of #9565be

#9565be #be9565 #65be95

Analogous Colors of #9565be

#9565be #be65bb #6965be

Monochromatic Colors of #9565be

#9565be

Complementary Color

#9565be #8ebe65

#9565be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9565be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9565be Color CSS Codes

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

#9565be Text Font Color

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

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


#9565be Background Color

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

This div background color is #9565be


#9565be Border Color

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

This div border color is #9565be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,101,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 #9565be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9565be


Comments

No comments written yet.

Please login to write comment.