Color Hex Logo

#8d02dd Color Hex

#8D02DD
(141,2,221)
0 Favorites   0 Comments

Color spaces of #8d02dd

RGB 1412221
HSL0.770.980.44
HSV278°99°87°
CMYK 0.360.990.00   0.13
XYZ24.057410.926669.2477
Yxy10.92660.23080.1048
Hunter Lab33.055472.0636-101.0677
CIE-Lab39.456677.2443-76.3786

#8d02dd color RGB value is (141,2,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 00000010 11011101
Octal 215 2 335
Decimal 141 2 221
Hex 8D 2 DD

RGB Percentages of Color #8d02dd

%38.74
%0.55
%60.71

CMYK Percentages of Color #8d02dd

%36
%99
%0
%13

Triadic Colors of #8d02dd

#8d02dd #dd8d02 #02dd8d

Analogous Colors of #8d02dd

#8d02dd #dd02c0 #2002dd

Monochromatic Colors of #8d02dd

#8d02dd

Complementary Color

#8d02dd #52dd02

#8d02dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d02dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d02dd Color CSS Codes

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

#8d02dd Text Font Color

<p style="color:#8d02dd">Text here</p>

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


#8d02dd Background Color

<div style="background-color:#8d02dd">
Div content here</div>

This div background color is #8d02dd


#8d02dd Border Color

<div style="border:3px solid #8d02dd">
Div here</div>

This div border color is #8d02dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d02dd


Comments

No comments written yet.

Please login to write comment.