Color Hex Logo

#9869dd Color Hex

#9869DD
(152,105,221)
0 Favorites   0 Comments

Color spaces of #9869dd

RGB 152105221
HSL0.730.630.64
HSV264°52°87°
CMYK 0.310.520.00   0.13
XYZ31.051621.999071.0162
Yxy21.99900.25030.1773
Hunter Lab46.903136.0933-56.9391
CIE-Lab54.025942.5287-52.7109

#9869dd color RGB value is (152,105,221).

#9869dd hex color red value is 152, green value is 105 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9869dd hue: 0.73 , saturation: 0.63 and the lightness value of 9869dd is 0.64.

The process color (four color CMYK) of #9869dd color hex is 0.31, 0.52, 0.00, 0.13. Web safe color of #9869dd is #9966cc. Color #9869dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01101001 11011101
Octal 230 151 335
Decimal 152 105 221
Hex 98 69 DD

RGB Percentages of Color #9869dd

%31.80
%21.97
%46.23

CMYK Percentages of Color #9869dd

%31
%52
%0
%13

Triadic Colors of #9869dd

#9869dd #dd9869 #69dd98

Analogous Colors of #9869dd

#9869dd #d269dd #6974dd

Monochromatic Colors of #9869dd

#9869dd

Complementary Color

#9869dd #aedd69

#9869dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9869dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9869dd Color CSS Codes

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

#9869dd Text Font Color

<p style="color:#9869dd">Text here</p>

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


#9869dd Background Color

<div style="background-color:#9869dd">
Div content here</div>

This div background color is #9869dd


#9869dd Border Color

<div style="border:3px solid #9869dd">
Div here</div>

This div border color is #9869dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,105,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9869dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9869dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9869dd;
  box-shadow:         1px 1px 3px 2px #9869dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9869dd


Comments

No comments written yet.

Please login to write comment.