Color Hex Logo

#8337cd Color Hex

#8337CD
(131,55,205)
0 Favorites   0 Comments

Color spaces of #8337cd

RGB 13155205
HSL0.750.600.51
HSV270°73°80°
CMYK 0.360.730.00   0.20
XYZ21.745711.965458.9210
Yxy11.96540.23480.1292
Hunter Lab34.591051.6799-76.7785
CIE-Lab41.161159.4237-64.4261

#8337cd color RGB value is (131,55,205).

#8337cd hex color red value is 131, green value is 55 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8337cd hue: 0.75 , saturation: 0.60 and the lightness value of 8337cd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110111 11001101
Octal 203 67 315
Decimal 131 55 205
Hex 83 37 CD

RGB Percentages of Color #8337cd

%33.50
%14.07
%52.43

CMYK Percentages of Color #8337cd

%36
%73
%0
%20

Triadic Colors of #8337cd

#8337cd #cd8337 #37cd83

Analogous Colors of #8337cd

#8337cd #cd37cc #3837cd

Monochromatic Colors of #8337cd

#8337cd

Complementary Color

#8337cd #81cd37

#8337cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8337cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8337cd Color CSS Codes

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

#8337cd Text Font Color

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

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


#8337cd Background Color

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

This div background color is #8337cd


#8337cd Border Color

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

This div border color is #8337cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,55,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 #8337cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8337cd


Comments

No comments written yet.

Please login to write comment.