Color Hex Logo

#8c35dc Color Hex

#8C35DC
(140,53,220)
0 Favorites   0 Comments

Color spaces of #8c35dc

RGB 14053220
HSL0.750.700.54
HSV271°76°86°
CMYK 0.360.760.00   0.14
XYZ25.006613.289068.9572
Yxy13.28900.23320.1239
Hunter Lab36.454158.6520-86.6362
CIE-Lab43.195565.2343-69.6913

#8c35dc color RGB value is (140,53,220).

#8c35dc hex color red value is 140, green value is 53 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8c35dc hue: 0.75 , saturation: 0.70 and the lightness value of 8c35dc is 0.54.

The process color (four color CMYK) of #8c35dc color hex is 0.36, 0.76, 0.00, 0.14. Web safe color of #8c35dc is #9933cc. Color #8c35dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00110101 11011100
Octal 214 65 334
Decimal 140 53 220
Hex 8C 35 DC

RGB Percentages of Color #8c35dc

%33.90
%12.83
%53.27

CMYK Percentages of Color #8c35dc

%36
%76
%0
%14

Triadic Colors of #8c35dc

#8c35dc #dc8c35 #35dc8c

Analogous Colors of #8c35dc

#8c35dc #dc35d9 #3835dc

Monochromatic Colors of #8c35dc

#8c35dc

Complementary Color

#8c35dc #85dc35

#8c35dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c35dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c35dc Color CSS Codes

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

#8c35dc Text Font Color

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

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


#8c35dc Background Color

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

This div background color is #8c35dc


#8c35dc Border Color

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

This div border color is #8c35dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c35dc


Comments

No comments written yet.

Please login to write comment.