Color Hex Logo

#9863cd Color Hex

#9863CD
(152,99,205)
0 Favorites   0 Comments

Color spaces of #9863cd

RGB 15299205
HSL0.750.510.60
HSV270°52°80°
CMYK 0.260.520.00   0.20
XYZ28.430220.006960.1209
Yxy20.00690.26190.1843
Hunter Lab44.729135.1803-48.3821
CIE-Lab51.845041.9525-47.1044

#9863cd color RGB value is (152,99,205).

#9863cd hex color red value is 152, green value is 99 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9863cd hue: 0.75 , saturation: 0.51 and the lightness value of 9863cd is 0.60.

The process color (four color CMYK) of #9863cd color hex is 0.26, 0.52, 0.00, 0.20. Web safe color of #9863cd is #9966cc. Color #9863cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100011 11001101
Octal 230 143 315
Decimal 152 99 205
Hex 98 63 CD

RGB Percentages of Color #9863cd

%33.33
%21.71
%44.96

CMYK Percentages of Color #9863cd

%26
%52
%0
%20

Triadic Colors of #9863cd

#9863cd #cd9863 #63cd98

Analogous Colors of #9863cd

#9863cd #cd63cd #6363cd

Monochromatic Colors of #9863cd

#9863cd

Complementary Color

#9863cd #98cd63

#9863cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9863cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9863cd Color CSS Codes

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

#9863cd Text Font Color

<p style="color:#9863cd">Text here</p>

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


#9863cd Background Color

<div style="background-color:#9863cd">
Div content here</div>

This div background color is #9863cd


#9863cd Border Color

<div style="border:3px solid #9863cd">
Div here</div>

This div border color is #9863cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,99,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9863cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9863cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9863cd;
  box-shadow:         1px 1px 3px 2px #9863cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9863cd


Comments

No comments written yet.

Please login to write comment.