Color Hex Logo

#9865cb Color Hex

#9865CB
(152,101,203)
0 Favorites   0 Comments

Color spaces of #9865cb

RGB 152101203
HSL0.750.500.60
HSV270°50°80°
CMYK 0.250.500.00   0.20
XYZ28.382120.294658.9213
Yxy20.29460.26380.1886
Hunter Lab45.049533.6219-46.0121
CIE-Lab52.168740.3687-45.4477

#9865cb color RGB value is (152,101,203).

#9865cb hex color red value is 152, green value is 101 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9865cb hue: 0.75 , saturation: 0.50 and the lightness value of 9865cb is 0.60.

The process color (four color CMYK) of #9865cb color hex is 0.25, 0.50, 0.00, 0.20. Web safe color of #9865cb is #9966cc. Color #9865cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100101 11001011
Octal 230 145 313
Decimal 152 101 203
Hex 98 65 CB

RGB Percentages of Color #9865cb

%33.33
%22.15
%44.52

CMYK Percentages of Color #9865cb

%25
%50
%0
%20

Triadic Colors of #9865cb

#9865cb #cb9865 #65cb98

Analogous Colors of #9865cb

#9865cb #cb65cb #6565cb

Monochromatic Colors of #9865cb

#9865cb

Complementary Color

#9865cb #98cb65

#9865cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9865cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9865cb Color CSS Codes

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

#9865cb Text Font Color

<p style="color:#9865cb">Text here</p>

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


#9865cb Background Color

<div style="background-color:#9865cb">
Div content here</div>

This div background color is #9865cb


#9865cb Border Color

<div style="border:3px solid #9865cb">
Div here</div>

This div border color is #9865cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,101,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9865cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9865cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9865cb;
  box-shadow:         1px 1px 3px 2px #9865cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9865cb


Comments

No comments written yet.

Please login to write comment.