Color Hex Logo

#8d58cc Color Hex

#8D58CC
(141,88,204)
0 Favorites   0 Comments

Color spaces of #8d58cc

RGB 14188204
HSL0.740.530.57
HSV267°57°80°
CMYK 0.310.570.00   0.20
XYZ25.373317.001859.0711
Yxy17.00180.25010.1676
Hunter Lab41.233237.6837-56.0761
CIE-Lab48.262344.9532-52.3208

#8d58cc color RGB value is (141,88,204).

#8d58cc hex color red value is 141, green value is 88 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8d58cc hue: 0.74 , saturation: 0.53 and the lightness value of 8d58cc is 0.57.

The process color (four color CMYK) of #8d58cc color hex is 0.31, 0.57, 0.00, 0.20. Web safe color of #8d58cc is #9966cc. Color #8d58cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01011000 11001100
Octal 215 130 314
Decimal 141 88 204
Hex 8D 58 CC

RGB Percentages of Color #8d58cc

%32.56
%20.32
%47.11

CMYK Percentages of Color #8d58cc

%31
%57
%0
%20

Triadic Colors of #8d58cc

#8d58cc #cc8d58 #58cc8d

Analogous Colors of #8d58cc

#8d58cc #c758cc #585dcc

Monochromatic Colors of #8d58cc

#8d58cc

Complementary Color

#8d58cc #97cc58

#8d58cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d58cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d58cc Color CSS Codes

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

#8d58cc Text Font Color

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

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


#8d58cc Background Color

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

This div background color is #8d58cc


#8d58cc Border Color

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

This div border color is #8d58cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d58cc


Comments

No comments written yet.

Please login to write comment.