Color Hex Logo

#8523ce Color Hex

#8523CE
(133,35,206)
0 Favorites   0 Comments

Color spaces of #8523ce

RGB 13335206
HSL0.760.710.47
HSV274°83°81°
CMYK 0.350.830.00   0.19
XYZ21.414510.644859.3185
Yxy10.64480.23440.1165
Hunter Lab32.626460.0633-84.9576
CIE-Lab38.975767.2831-68.5597

#8523ce color RGB value is (133,35,206).

#8523ce hex color red value is 133, green value is 35 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8523ce hue: 0.76 , saturation: 0.71 and the lightness value of 8523ce is 0.47.

The process color (four color CMYK) of #8523ce color hex is 0.35, 0.83, 0.00, 0.19. Web safe color of #8523ce is #9933cc. Color #8523ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100011 11001110
Octal 205 43 316
Decimal 133 35 206
Hex 85 23 CE

RGB Percentages of Color #8523ce

%35.56
%9.36
%55.08

CMYK Percentages of Color #8523ce

%35
%83
%0
%19

Triadic Colors of #8523ce

#8523ce #ce8523 #23ce85

Analogous Colors of #8523ce

#8523ce #ce23c2 #2f23ce

Monochromatic Colors of #8523ce

#8523ce

Complementary Color

#8523ce #6cce23

#8523ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8523ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8523ce Color CSS Codes

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

#8523ce Text Font Color

<p style="color:#8523ce">Text here</p>

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


#8523ce Background Color

<div style="background-color:#8523ce">
Div content here</div>

This div background color is #8523ce


#8523ce Border Color

<div style="border:3px solid #8523ce">
Div here</div>

This div border color is #8523ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,35,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8523ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8523ce;
  -webkit-box-shadow: 1px 1px 3px 2px #8523ce;
  box-shadow:         1px 1px 3px 2px #8523ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8523ce


Comments

No comments written yet.

Please login to write comment.