Color Hex Logo

#8628df Color Hex

#8628DF
(134,40,223)
0 Favorites   0 Comments

Color spaces of #8628df

RGB 13440223
HSL0.750.740.52
HSV271°82°87°
CMYK 0.400.820.00   0.13
XYZ23.909611.913670.8514
Yxy11.91360.22410.1117
Hunter Lab34.516163.2454-97.5437
CIE-Lab41.078569.6043-74.8998

#8628df color RGB value is (134,40,223).

#8628df hex color red value is 134, green value is 40 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8628df hue: 0.75 , saturation: 0.74 and the lightness value of 8628df is 0.52.

The process color (four color CMYK) of #8628df color hex is 0.40, 0.82, 0.00, 0.13. Web safe color of #8628df is #9933cc. Color #8628df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00101000 11011111
Octal 206 50 337
Decimal 134 40 223
Hex 86 28 DF

RGB Percentages of Color #8628df

%33.75
%10.08
%56.17

CMYK Percentages of Color #8628df

%40
%82
%0
%13

Triadic Colors of #8628df

#8628df #df8628 #28df86

Analogous Colors of #8628df

#8628df #df28dd #2b28df

Monochromatic Colors of #8628df

#8628df

Complementary Color

#8628df #81df28

#8628df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8628df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8628df Color CSS Codes

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

#8628df Text Font Color

<p style="color:#8628df">Text here</p>

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


#8628df Background Color

<div style="background-color:#8628df">
Div content here</div>

This div background color is #8628df


#8628df Border Color

<div style="border:3px solid #8628df">
Div here</div>

This div border color is #8628df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,40,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8628df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8628df;
  -webkit-box-shadow: 1px 1px 3px 2px #8628df;
  box-shadow:         1px 1px 3px 2px #8628df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,40,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8628df


Comments

No comments written yet.

Please login to write comment.