Color Hex Logo

#9771da Color Hex

#9771DA
(151,113,218)
0 Favorites   0 Comments

Color spaces of #9771da

RGB 151113218
HSL0.730.590.65
HSV262°48°85°
CMYK 0.310.480.00   0.15
XYZ31.322523.451569.2054
Yxy23.45150.25260.1892
Hunter Lab48.426730.7073-50.8311
CIE-Lab55.534437.0253-48.6232

#9771da color RGB value is (151,113,218).

#9771da hex color red value is 151, green value is 113 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9771da hue: 0.73 , saturation: 0.59 and the lightness value of 9771da is 0.65.

The process color (four color CMYK) of #9771da color hex is 0.31, 0.48, 0.00, 0.15. Web safe color of #9771da is #9966cc. Color #9771da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110001 11011010
Octal 227 161 332
Decimal 151 113 218
Hex 97 71 DA

RGB Percentages of Color #9771da

%31.33
%23.44
%45.23

CMYK Percentages of Color #9771da

%31
%48
%0
%15

Triadic Colors of #9771da

#9771da #da9771 #71da97

Analogous Colors of #9771da

#9771da #cc71da #7180da

Monochromatic Colors of #9771da

#9771da

Complementary Color

#9771da #b4da71

#9771da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9771da Color Preview on White Background

Lorem ipsum dolor sit amet.

#9771da Color CSS Codes

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

#9771da Text Font Color

<p style="color:#9771da">Text here</p>

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


#9771da Background Color

<div style="background-color:#9771da">
Div content here</div>

This div background color is #9771da


#9771da Border Color

<div style="border:3px solid #9771da">
Div here</div>

This div border color is #9771da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,113,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9771da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9771da;
  -webkit-box-shadow: 1px 1px 3px 2px #9771da;
  box-shadow:         1px 1px 3px 2px #9771da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9771da


Comments

No comments written yet.

Please login to write comment.