Color Hex Logo

#8d0398 Color Hex

#8D0398
(141,3,152)
0 Favorites   0 Comments

Color spaces of #8d0398

RGB 1413152
HSL0.820.960.30
HSV296°98°60°
CMYK 0.070.980.00   0.40
XYZ16.68467.994830.3695
Yxy7.99480.30310.1452
Hunter Lab28.275155.8482-43.8892
CIE-Lab33.972164.5631-44.5153

#8d0398 color RGB value is (141,3,152).

#8d0398 hex color red value is 141, green value is 3 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #8d0398 hue: 0.82 , saturation: 0.96 and the lightness value of 8d0398 is 0.30.

The process color (four color CMYK) of #8d0398 color hex is 0.07, 0.98, 0.00, 0.40. Web safe color of #8d0398 is #990099. Color #8d0398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 00000011 10011000
Octal 215 3 230
Decimal 141 3 152
Hex 8D 3 98

RGB Percentages of Color #8d0398

%47.64
%1.01
%51.35

CMYK Percentages of Color #8d0398

%7
%98
%0
%40

Triadic Colors of #8d0398

#8d0398 #988d03 #03988d

Analogous Colors of #8d0398

#8d0398 #980359 #430398

Monochromatic Colors of #8d0398

#8d0398

Complementary Color

#8d0398 #0e9803

#8d0398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d0398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d0398 Color CSS Codes

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

#8d0398 Text Font Color

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

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


#8d0398 Background Color

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

This div background color is #8d0398


#8d0398 Border Color

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

This div border color is #8d0398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d0398


Comments

No comments written yet.

Please login to write comment.