Color Hex Logo

#9255de Color Hex

#9255DE
(146,85,222)
0 Favorites   0 Comments

Color spaces of #9255de

RGB 14685222
HSL0.740.670.60
HSV267°62°87°
CMYK 0.340.620.00   0.13
XYZ28.287417.881971.0679
Yxy17.88190.24130.1525
Hunter Lab42.287045.4033-70.0424
CIE-Lab49.352652.1350-60.8105

#9255de color RGB value is (146,85,222).

#9255de hex color red value is 146, green value is 85 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9255de hue: 0.74 , saturation: 0.67 and the lightness value of 9255de is 0.60.

The process color (four color CMYK) of #9255de color hex is 0.34, 0.62, 0.00, 0.13. Web safe color of #9255de is #9966cc. Color #9255de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01010101 11011110
Octal 222 125 336
Decimal 146 85 222
Hex 92 55 DE

RGB Percentages of Color #9255de

%32.23
%18.76
%49.01

CMYK Percentages of Color #9255de

%34
%62
%0
%13

Triadic Colors of #9255de

#9255de #de9255 #55de92

Analogous Colors of #9255de

#9255de #d755de #555dde

Monochromatic Colors of #9255de

#9255de

Complementary Color

#9255de #a1de55

#9255de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9255de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9255de Color CSS Codes

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

#9255de Text Font Color

<p style="color:#9255de">Text here</p>

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


#9255de Background Color

<div style="background-color:#9255de">
Div content here</div>

This div background color is #9255de


#9255de Border Color

<div style="border:3px solid #9255de">
Div here</div>

This div border color is #9255de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,85,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9255de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9255de;
  -webkit-box-shadow: 1px 1px 3px 2px #9255de;
  box-shadow:         1px 1px 3px 2px #9255de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9255de


Comments

No comments written yet.

Please login to write comment.