Color Hex Logo

#8523da Color Hex

#8523DA
(133,35,218)
0 Favorites   0 Comments

Color spaces of #8523da

RGB 13335218
HSL0.760.720.50
HSV272°84°85°
CMYK 0.390.840.00   0.15
XYZ22.928811.250667.2928
Yxy11.25060.22600.1109
Hunter Lab33.541963.3218-95.4700
CIE-Lab39.999469.8793-73.8088

#8523da color RGB value is (133,35,218).

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

The process color (four color CMYK) of #8523da color hex is 0.39, 0.84, 0.00, 0.15. Web safe color of #8523da is #9933cc. Color #8523da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00100011 11011010
Octal 205 43 332
Decimal 133 35 218
Hex 85 23 DA

RGB Percentages of Color #8523da

%34.46
%9.07
%56.48

CMYK Percentages of Color #8523da

%39
%84
%0
%15

Triadic Colors of #8523da

#8523da #da8523 #23da85

Analogous Colors of #8523da

#8523da #da23d4 #2923da

Monochromatic Colors of #8523da

#8523da

Complementary Color

#8523da #78da23

#8523da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8523da Color Preview on White Background

Lorem ipsum dolor sit amet.

#8523da Color CSS Codes

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

#8523da Text Font Color

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

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


#8523da Background Color

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

This div background color is #8523da


#8523da Border Color

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

This div border color is #8523da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8523da


Comments

No comments written yet.

Please login to write comment.