Color Hex Logo

#8502dd Color Hex

#8502DD
(133,2,221)
0 Favorites   0 Comments

Color spaces of #8502dd

RGB 1332221
HSL0.770.980.44
HSV276°99°87°
CMYK 0.400.990.00   0.13
XYZ22.745710.250469.1863
Yxy10.25040.22260.1003
Hunter Lab32.016270.7855-105.7128
CIE-Lab38.288176.4246-78.3423

#8502dd color RGB value is (133,2,221).

#8502dd hex color red value is 133, green value is 2 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #8502dd hue: 0.77 , saturation: 0.98 and the lightness value of 8502dd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000010 11011101
Octal 205 2 335
Decimal 133 2 221
Hex 85 2 DD

RGB Percentages of Color #8502dd

%37.36
%0.56
%62.08

CMYK Percentages of Color #8502dd

%40
%99
%0
%13

Triadic Colors of #8502dd

#8502dd #dd8502 #02dd85

Analogous Colors of #8502dd

#8502dd #dd02c8 #1802dd

Monochromatic Colors of #8502dd

#8502dd

Complementary Color

#8502dd #5add02

#8502dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8502dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8502dd Color CSS Codes

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

#8502dd Text Font Color

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

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


#8502dd Background Color

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

This div background color is #8502dd


#8502dd Border Color

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

This div border color is #8502dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8502dd


Comments

No comments written yet.

Please login to write comment.