Color Hex Logo

#9760bf Color Hex

#9760BF
(151,96,191)
0 Favorites   0 Comments

Color spaces of #9760bf

RGB 15196191
HSL0.760.430.56
HSV275°50°75°
CMYK 0.210.500.00   0.25
XYZ26.349318.706651.5122
Yxy18.70660.27290.1937
Hunter Lab43.251133.0557-40.3387
CIE-Lab50.342240.0644-41.4573

#9760bf color RGB value is (151,96,191).

#9760bf hex color red value is 151, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9760bf hue: 0.76 , saturation: 0.43 and the lightness value of 9760bf is 0.56.

The process color (four color CMYK) of #9760bf color hex is 0.21, 0.50, 0.00, 0.25. Web safe color of #9760bf is #9966cc. Color #9760bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100000 10111111
Octal 227 140 277
Decimal 151 96 191
Hex 97 60 BF

RGB Percentages of Color #9760bf

%34.47
%21.92
%43.61

CMYK Percentages of Color #9760bf

%21
%50
%0
%25

Triadic Colors of #9760bf

#9760bf #bf9760 #60bf97

Analogous Colors of #9760bf

#9760bf #bf60b8 #6860bf

Monochromatic Colors of #9760bf

#9760bf

Complementary Color

#9760bf #88bf60

#9760bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9760bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9760bf Color CSS Codes

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

#9760bf Text Font Color

<p style="color:#9760bf">Text here</p>

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


#9760bf Background Color

<div style="background-color:#9760bf">
Div content here</div>

This div background color is #9760bf


#9760bf Border Color

<div style="border:3px solid #9760bf">
Div here</div>

This div border color is #9760bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,96,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9760bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9760bf;
  -webkit-box-shadow: 1px 1px 3px 2px #9760bf;
  box-shadow:         1px 1px 3px 2px #9760bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9760bf


Comments

No comments written yet.

Please login to write comment.