Color Hex Logo

#9256dc Color Hex

#9256DC
(146,86,220)
0 Favorites   0 Comments

Color spaces of #9256dc

RGB 14686220
HSL0.740.660.60
HSV267°61°86°
CMYK 0.340.610.00   0.14
XYZ28.100117.933969.6907
Yxy17.93390.24280.1550
Hunter Lab42.348444.3331-67.9267
CIE-Lab49.415851.1238-59.5734

#9256dc color RGB value is (146,86,220).

#9256dc hex color red value is 146, green value is 86 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9256dc hue: 0.74 , saturation: 0.66 and the lightness value of 9256dc is 0.60.

The process color (four color CMYK) of #9256dc color hex is 0.34, 0.61, 0.00, 0.14. Web safe color of #9256dc is #9966cc. Color #9256dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010110 11011100
Octal 222 126 334
Decimal 146 86 220
Hex 92 56 DC

RGB Percentages of Color #9256dc

%32.30
%19.03
%48.67

CMYK Percentages of Color #9256dc

%34
%61
%0
%14

Triadic Colors of #9256dc

#9256dc #dc9256 #56dc92

Analogous Colors of #9256dc

#9256dc #d556dc #565ddc

Monochromatic Colors of #9256dc

#9256dc

Complementary Color

#9256dc #a0dc56

#9256dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9256dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9256dc Color CSS Codes

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

#9256dc Text Font Color

<p style="color:#9256dc">Text here</p>

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


#9256dc Background Color

<div style="background-color:#9256dc">
Div content here</div>

This div background color is #9256dc


#9256dc Border Color

<div style="border:3px solid #9256dc">
Div here</div>

This div border color is #9256dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,86,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9256dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9256dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9256dc;
  box-shadow:         1px 1px 3px 2px #9256dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9256dc


Comments

No comments written yet.

Please login to write comment.