Color Hex Logo

#8558dc Color Hex

#8558DC
(133,88,220)
0 Favorites   0 Comments

Color spaces of #8558dc

RGB 13388220
HSL0.720.650.60
HSV260°60°86°
CMYK 0.400.600.00   0.14
XYZ26.080917.133369.6426
Yxy17.13330.23110.1518
Hunter Lab41.392440.0342-70.7806
CIE-Lab48.427647.2062-61.2377

#8558dc color RGB value is (133,88,220).

#8558dc hex color red value is 133, green value is 88 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8558dc hue: 0.72 , saturation: 0.65 and the lightness value of 8558dc is 0.60.

The process color (four color CMYK) of #8558dc color hex is 0.40, 0.60, 0.00, 0.14. Web safe color of #8558dc is #9966cc. Color #8558dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01011000 11011100
Octal 205 130 334
Decimal 133 88 220
Hex 85 58 DC

RGB Percentages of Color #8558dc

%30.16
%19.95
%49.89

CMYK Percentages of Color #8558dc

%40
%60
%0
%14

Triadic Colors of #8558dc

#8558dc #dc8558 #58dc85

Analogous Colors of #8558dc

#8558dc #c758dc #586ddc

Monochromatic Colors of #8558dc

#8558dc

Complementary Color

#8558dc #afdc58

#8558dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8558dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8558dc Color CSS Codes

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

#8558dc Text Font Color

<p style="color:#8558dc">Text here</p>

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


#8558dc Background Color

<div style="background-color:#8558dc">
Div content here</div>

This div background color is #8558dc


#8558dc Border Color

<div style="border:3px solid #8558dc">
Div here</div>

This div border color is #8558dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,88,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8558dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8558dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8558dc;
  box-shadow:         1px 1px 3px 2px #8558dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8558dc


Comments

No comments written yet.

Please login to write comment.