Color Hex Logo

#951edd Color Hex

#951EDD
(149,30,221)
0 Favorites   0 Comments

Color spaces of #951edd

RGB 14930221
HSL0.770.760.49
HSV277°86°87°
CMYK 0.330.860.00   0.13
XYZ25.909812.538669.4612
Yxy12.53860.24010.1162
Hunter Lab35.409968.6431-91.5183
CIE-Lab42.059673.9421-72.0671

#951edd color RGB value is (149,30,221).

#951edd hex color red value is 149, green value is 30 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #951edd hue: 0.77 , saturation: 0.76 and the lightness value of 951edd is 0.49.

The process color (four color CMYK) of #951edd color hex is 0.33, 0.86, 0.00, 0.13. Web safe color of #951edd is #9933cc. Color #951edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011110 11011101
Octal 225 36 335
Decimal 149 30 221
Hex 95 1E DD

RGB Percentages of Color #951edd

%37.25
%7.50
%55.25

CMYK Percentages of Color #951edd

%33
%86
%0
%13

Triadic Colors of #951edd

#951edd #dd951e #1edd95

Analogous Colors of #951edd

#951edd #dd1ec6 #351edd

Monochromatic Colors of #951edd

#951edd

Complementary Color

#951edd #66dd1e

#951edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#951edd Color CSS Codes

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

#951edd Text Font Color

<p style="color:#951edd">Text here</p>

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


#951edd Background Color

<div style="background-color:#951edd">
Div content here</div>

This div background color is #951edd


#951edd Border Color

<div style="border:3px solid #951edd">
Div here</div>

This div border color is #951edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,30,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 #951edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951edd


Comments

No comments written yet.

Please login to write comment.