Color Hex Logo

#8f63dc Color Hex

#8F63DC
(143,99,220)
0 Favorites   0 Comments

Color spaces of #8f63dc

RGB 14399220
HSL0.730.630.63
HSV262°55°86°
CMYK 0.350.550.00   0.14
XYZ28.707819.930670.0441
Yxy19.93060.24190.1679
Hunter Lab44.643736.6566-61.7729
CIE-Lab51.758743.4095-55.8250

#8f63dc color RGB value is (143,99,220).

#8f63dc hex color red value is 143, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8f63dc hue: 0.73 , saturation: 0.63 and the lightness value of 8f63dc is 0.63.

The process color (four color CMYK) of #8f63dc color hex is 0.35, 0.55, 0.00, 0.14. Web safe color of #8f63dc is #9966cc. Color #8f63dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01100011 11011100
Octal 217 143 334
Decimal 143 99 220
Hex 8F 63 DC

RGB Percentages of Color #8f63dc

%30.95
%21.43
%47.62

CMYK Percentages of Color #8f63dc

%35
%55
%0
%14

Triadic Colors of #8f63dc

#8f63dc #dc8f63 #63dc8f

Analogous Colors of #8f63dc

#8f63dc #cc63dc #6374dc

Monochromatic Colors of #8f63dc

#8f63dc

Complementary Color

#8f63dc #b0dc63

#8f63dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f63dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f63dc Color CSS Codes

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

#8f63dc Text Font Color

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

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


#8f63dc Background Color

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

This div background color is #8f63dc


#8f63dc Border Color

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

This div border color is #8f63dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,99,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f63dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f63dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8f63dc;
  box-shadow:         1px 1px 3px 2px #8f63dc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f63dc


Comments

No comments written yet.

Please login to write comment.