Color Hex Logo

#9855fd Color Hex

#9855FD
(152,85,253)
0 Favorites   0 Comments

Color spaces of #9855fd

RGB 15285253
HSL0.730.980.66
HSV264°66°99°
CMYK 0.400.660.00   0.01
XYZ33.927020.264295.0517
Yxy20.26420.22730.1358
Hunter Lab45.015855.7523-93.6810
CIE-Lab52.134660.9982-73.6717

#9855fd color RGB value is (152,85,253).

#9855fd hex color red value is 152, green value is 85 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9855fd hue: 0.73 , saturation: 0.98 and the lightness value of 9855fd is 0.66.

The process color (four color CMYK) of #9855fd color hex is 0.40, 0.66, 0.00, 0.01. Web safe color of #9855fd is #9966ff. Color #9855fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01010101 11111101
Octal 230 125 375
Decimal 152 85 253
Hex 98 55 FD

RGB Percentages of Color #9855fd

%31.02
%17.35
%51.63

CMYK Percentages of Color #9855fd

%40
%66
%0
%1

Triadic Colors of #9855fd

#9855fd #fd9855 #55fd98

Analogous Colors of #9855fd

#9855fd #ec55fd #5566fd

Monochromatic Colors of #9855fd

#9855fd

Complementary Color

#9855fd #bafd55

#9855fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9855fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9855fd Color CSS Codes

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

#9855fd Text Font Color

<p style="color:#9855fd">Text here</p>

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


#9855fd Background Color

<div style="background-color:#9855fd">
Div content here</div>

This div background color is #9855fd


#9855fd Border Color

<div style="border:3px solid #9855fd">
Div here</div>

This div border color is #9855fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,85,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9855fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9855fd;
  -webkit-box-shadow: 1px 1px 3px 2px #9855fd;
  box-shadow:         1px 1px 3px 2px #9855fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9855fd


Comments

No comments written yet.

Please login to write comment.