Color Hex Logo

#950ddd Color Hex

#950DDD
(149,13,221)
0 Favorites   0 Comments

Color spaces of #950ddd

RGB 14913221
HSL0.780.890.46
HSV279°94°87°
CMYK 0.330.940.00   0.13
XYZ25.589511.897969.3544
Yxy11.89790.23950.1114
Hunter Lab34.493372.0601-95.0668
CIE-Lab41.053476.9379-73.7138

#950ddd color RGB value is (149,13,221).

#950ddd hex color red value is 149, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #950ddd hue: 0.78 , saturation: 0.89 and the lightness value of 950ddd is 0.46.

The process color (four color CMYK) of #950ddd color hex is 0.33, 0.94, 0.00, 0.13. Web safe color of #950ddd is #9900cc. Color #950ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001101 11011101
Octal 225 15 335
Decimal 149 13 221
Hex 95 D DD

RGB Percentages of Color #950ddd

%38.90
%3.39
%57.70

CMYK Percentages of Color #950ddd

%33
%94
%0
%13

Triadic Colors of #950ddd

#950ddd #dd950d #0ddd95

Analogous Colors of #950ddd

#950ddd #dd0dbd #2d0ddd

Monochromatic Colors of #950ddd

#950ddd

Complementary Color

#950ddd #55dd0d

#950ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#950ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#950ddd Color CSS Codes

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

#950ddd Text Font Color

<p style="color:#950ddd">Text here</p>

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


#950ddd Background Color

<div style="background-color:#950ddd">
Div content here</div>

This div background color is #950ddd


#950ddd Border Color

<div style="border:3px solid #950ddd">
Div here</div>

This div border color is #950ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,13,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #950ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #950ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #950ddd;
  box-shadow:         1px 1px 3px 2px #950ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,13,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #950ddd


Comments

No comments written yet.

Please login to write comment.