Color Hex Logo

#8968cd Color Hex MediumPurple3

#8968CD
(137,104,205)
13 Favorites   0 Comments

Color spaces of #8968cd MediumPurple3

RGB 137104205
HSL0.720.500.61
HSV260°49°80°
CMYK 0.330.490.00   0.20
XYZ26.286319.626860.1605
Yxy19.62680.24780.1850
Hunter Lab44.302128.3827-49.5019
CIE-Lab51.412635.1903-47.8859

#8968cd color RGB value is (137,104,205). #8968cd color name is MediumPurple3 color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101000 11001101
Octal 211 150 315
Decimal 137 104 205
Hex 89 68 CD

RGB Percentages of Color #8968cd

%30.72
%23.32
%45.96

CMYK Percentages of Color #8968cd

%33
%49
%0
%20

Triadic Colors of #8968cd

#8968cd #cd8968 #68cd89

Analogous Colors of #8968cd

#8968cd #bc68cd #687acd

Monochromatic Colors of #8968cd

#8968cd

Complementary Color

#8968cd #accd68

#8968cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8968cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8968cd Color CSS Codes

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

#8968cd Text Font Color

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

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


#8968cd Background Color

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

This div background color is #8968cd


#8968cd Border Color

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

This div border color is #8968cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8968cd


Comments

No comments written yet.

Please login to write comment.