Color Hex Logo

#9893fd Color Hex

#9893FD
(152,147,253)
0 Favorites   0 Comments

Color spaces of #9893fd

RGB 152147253
HSL0.670.960.78
HSV243°42°99°
CMYK 0.400.420.00   0.01
XYZ41.112234.634797.4468
Yxy34.63470.23740.2000
Hunter Lab58.851321.7065-56.9774
CIE-Lab65.463327.0007-52.2834

#9893fd color RGB value is (152,147,253).

#9893fd hex color red value is 152, green value is 147 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #9893fd hue: 0.67 , saturation: 0.96 and the lightness value of 9893fd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010011 11111101
Octal 230 223 375
Decimal 152 147 253
Hex 98 93 FD

RGB Percentages of Color #9893fd

%27.54
%26.63
%45.83

CMYK Percentages of Color #9893fd

%40
%42
%0
%1

Triadic Colors of #9893fd

#9893fd #fd9893 #93fd98

Analogous Colors of #9893fd

#9893fd #cd93fd #93c3fd

Monochromatic Colors of #9893fd

#9893fd

Complementary Color

#9893fd #f8fd93

#9893fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9893fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9893fd Color CSS Codes

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

#9893fd Text Font Color

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

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


#9893fd Background Color

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

This div background color is #9893fd


#9893fd Border Color

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

This div border color is #9893fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,147,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 #9893fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9893fd


Comments

No comments written yet.

Please login to write comment.