Color Hex Logo

#8933cd Color Hex

#8933CD
(137,51,205)
0 Favorites   0 Comments

Color spaces of #8933cd

RGB 13751205
HSL0.760.610.50
HSV274°75°80°
CMYK 0.330.750.00   0.20
XYZ22.519812.093858.9050
Yxy12.09380.24080.1293
Hunter Lab34.776154.7320-76.0841
CIE-Lab41.364862.1320-64.0600

#8933cd color RGB value is (137,51,205).

#8933cd hex color red value is 137, green value is 51 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8933cd hue: 0.76 , saturation: 0.61 and the lightness value of 8933cd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110011 11001101
Octal 211 63 315
Decimal 137 51 205
Hex 89 33 CD

RGB Percentages of Color #8933cd

%34.86
%12.98
%52.16

CMYK Percentages of Color #8933cd

%33
%75
%0
%20

Triadic Colors of #8933cd

#8933cd #cd8933 #33cd89

Analogous Colors of #8933cd

#8933cd #cd33c4 #3c33cd

Monochromatic Colors of #8933cd

#8933cd

Complementary Color

#8933cd #77cd33

#8933cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8933cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8933cd Color CSS Codes

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

#8933cd Text Font Color

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

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


#8933cd Background Color

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

This div background color is #8933cd


#8933cd Border Color

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

This div border color is #8933cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8933cd


Comments

No comments written yet.

Please login to write comment.