Color Hex Logo

#850ddd Color Hex

#850DDD
(133,13,221)
0 Favorites   0 Comments

Color spaces of #850ddd

RGB 13313221
HSL0.760.890.46
HSV275°94°87°
CMYK 0.400.940.00   0.13
XYZ22.867910.494969.2270
Yxy10.49490.22290.1023
Hunter Lab32.395869.3087-104.0203
CIE-Lab38.716475.1336-77.6376

#850ddd color RGB value is (133,13,221).

#850ddd hex color red value is 133, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #850ddd hue: 0.76 , saturation: 0.89 and the lightness value of 850ddd is 0.46.

The process color (four color CMYK) of #850ddd color hex is 0.40, 0.94, 0.00, 0.13. Web safe color of #850ddd is #9900cc. Color #850ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001101 11011101
Octal 205 15 335
Decimal 133 13 221
Hex 85 D DD

RGB Percentages of Color #850ddd

%36.24
%3.54
%60.22

CMYK Percentages of Color #850ddd

%40
%94
%0
%13

Triadic Colors of #850ddd

#850ddd #dd850d #0ddd85

Analogous Colors of #850ddd

#850ddd #dd0dcd #1d0ddd

Monochromatic Colors of #850ddd

#850ddd

Complementary Color

#850ddd #65dd0d

#850ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#850ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#850ddd Color CSS Codes

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

#850ddd Text Font Color

<p style="color:#850ddd">Text here</p>

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


#850ddd Background Color

<div style="background-color:#850ddd">
Div content here</div>

This div background color is #850ddd


#850ddd Border Color

<div style="border:3px solid #850ddd">
Div here</div>

This div border color is #850ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,13,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #850ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #850ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #850ddd;
  box-shadow:         1px 1px 3px 2px #850ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,13,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 #850ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #850ddd


Comments

No comments written yet.

Please login to write comment.