Color Hex Logo

#9775db Color Hex

#9775DB
(151,117,219)
0 Favorites   0 Comments

Color spaces of #9775db

RGB 151117219
HSL0.720.590.66
HSV260°47°86°
CMYK 0.310.470.00   0.14
XYZ31.910024.416470.0488
Yxy24.41640.25250.1932
Hunter Lab49.413028.7994-49.4616
CIE-Lab56.502334.9991-47.6501

#9775db color RGB value is (151,117,219).

#9775db hex color red value is 151, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9775db hue: 0.72 , saturation: 0.59 and the lightness value of 9775db is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110101 11011011
Octal 227 165 333
Decimal 151 117 219
Hex 97 75 DB

RGB Percentages of Color #9775db

%31.01
%24.02
%44.97

CMYK Percentages of Color #9775db

%31
%47
%0
%14

Triadic Colors of #9775db

#9775db #db9775 #75db97

Analogous Colors of #9775db

#9775db #ca75db #7586db

Monochromatic Colors of #9775db

#9775db

Complementary Color

#9775db #b9db75

#9775db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9775db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9775db Color CSS Codes

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

#9775db Text Font Color

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

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


#9775db Background Color

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

This div background color is #9775db


#9775db Border Color

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

This div border color is #9775db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,117,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 #9775db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9775db


Comments

No comments written yet.

Please login to write comment.