Color Hex Logo

#951ecd Color Hex

#951ECD
(149,30,205)
0 Favorites   0 Comments

Color spaces of #951ecd

RGB 14930205
HSL0.780.740.46
HSV281°85°80°
CMYK 0.270.850.00   0.20
XYZ23.878111.725958.7624
Yxy11.72590.25300.1243
Hunter Lab34.243164.5446-77.7736
CIE-Lab40.777170.7645-64.9417

#951ecd color RGB value is (149,30,205).

#951ecd hex color red value is 149, green value is 30 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #951ecd hue: 0.78 , saturation: 0.74 and the lightness value of 951ecd is 0.46.

The process color (four color CMYK) of #951ecd color hex is 0.27, 0.85, 0.00, 0.20. Web safe color of #951ecd is #9933cc. Color #951ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011110 11001101
Octal 225 36 315
Decimal 149 30 205
Hex 95 1E CD

RGB Percentages of Color #951ecd

%38.80
%7.81
%53.39

CMYK Percentages of Color #951ecd

%27
%85
%0
%20

Triadic Colors of #951ecd

#951ecd #cd951e #1ecd95

Analogous Colors of #951ecd

#951ecd #cd1eae #3d1ecd

Monochromatic Colors of #951ecd

#951ecd

Complementary Color

#951ecd #56cd1e

#951ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#951ecd Color CSS Codes

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

#951ecd Text Font Color

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

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


#951ecd Background Color

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

This div background color is #951ecd


#951ecd Border Color

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

This div border color is #951ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951ecd


Comments

No comments written yet.

Please login to write comment.