Color Hex Logo

#8223cd Color Hex

#8223CD
(130,35,205)
0 Favorites   0 Comments

Color spaces of #8223cd

RGB 13035205
HSL0.760.710.47
HSV274°83°80°
CMYK 0.370.830.00   0.20
XYZ20.826410.355758.6588
Yxy10.35570.23180.1153
Hunter Lab32.180359.2060-85.5487
CIE-Lab38.473466.6370-68.8179

#8223cd color RGB value is (130,35,205).

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

The process color (four color CMYK) of #8223cd color hex is 0.37, 0.83, 0.00, 0.20. Web safe color of #8223cd is #9933cc. Color #8223cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00100011 11001101
Octal 202 43 315
Decimal 130 35 205
Hex 82 23 CD

RGB Percentages of Color #8223cd

%35.14
%9.46
%55.41

CMYK Percentages of Color #8223cd

%37
%83
%0
%20

Triadic Colors of #8223cd

#8223cd #cd8223 #23cd82

Analogous Colors of #8223cd

#8223cd #cd23c3 #2d23cd

Monochromatic Colors of #8223cd

#8223cd

Complementary Color

#8223cd #6ecd23

#8223cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8223cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8223cd Color CSS Codes

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

#8223cd Text Font Color

<p style="color:#8223cd">Text here</p>

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


#8223cd Background Color

<div style="background-color:#8223cd">
Div content here</div>

This div background color is #8223cd


#8223cd Border Color

<div style="border:3px solid #8223cd">
Div here</div>

This div border color is #8223cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,35,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8223cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8223cd;
  -webkit-box-shadow: 1px 1px 3px 2px #8223cd;
  box-shadow:         1px 1px 3px 2px #8223cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8223cd


Comments

No comments written yet.

Please login to write comment.