Color Hex Logo

#9271d1 Color Hex

#9271D1
(146,113,209)
0 Favorites   0 Comments

Color spaces of #9271d1

RGB 146113209
HSL0.720.510.63
HSV261°46°82°
CMYK 0.300.460.00   0.18
XYZ29.267822.524763.1267
Yxy22.52470.25470.1960
Hunter Lab47.460227.0222-45.6394
CIE-Lab54.579433.4187-45.0801

#9271d1 color RGB value is (146,113,209).

#9271d1 hex color red value is 146, green value is 113 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #9271d1 hue: 0.72 , saturation: 0.51 and the lightness value of 9271d1 is 0.63.

The process color (four color CMYK) of #9271d1 color hex is 0.30, 0.46, 0.00, 0.18. Web safe color of #9271d1 is #9966cc. Color #9271d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01110001 11010001
Octal 222 161 321
Decimal 146 113 209
Hex 92 71 D1

RGB Percentages of Color #9271d1

%31.20
%24.15
%44.66

CMYK Percentages of Color #9271d1

%30
%46
%0
%18

Triadic Colors of #9271d1

#9271d1 #d19271 #71d192

Analogous Colors of #9271d1

#9271d1 #c271d1 #7180d1

Monochromatic Colors of #9271d1

#9271d1

Complementary Color

#9271d1 #b0d171

#9271d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9271d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9271d1 Color CSS Codes

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

#9271d1 Text Font Color

<p style="color:#9271d1">Text here</p>

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


#9271d1 Background Color

<div style="background-color:#9271d1">
Div content here</div>

This div background color is #9271d1


#9271d1 Border Color

<div style="border:3px solid #9271d1">
Div here</div>

This div border color is #9271d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,113,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9271d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9271d1;
  -webkit-box-shadow: 1px 1px 3px 2px #9271d1;
  box-shadow:         1px 1px 3px 2px #9271d1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9271d1


Comments

No comments written yet.

Please login to write comment.