Color Hex Logo

#951dca Color Hex

#951DCA
(149,29,202)
0 Favorites   0 Comments

Color spaces of #951dca

RGB 14929202
HSL0.780.750.45
HSV282°86°79°
CMYK 0.260.860.00   0.21
XYZ23.494511.532656.8648
Yxy11.53260.25570.1255
Hunter Lab33.959764.0631-75.5081
CIE-Lab40.463470.4182-63.7106

#951dca color RGB value is (149,29,202).

#951dca hex color red value is 149, green value is 29 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #951dca hue: 0.78 , saturation: 0.75 and the lightness value of 951dca is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011101 11001010
Octal 225 35 312
Decimal 149 29 202
Hex 95 1D CA

RGB Percentages of Color #951dca

%39.21
%7.63
%53.16

CMYK Percentages of Color #951dca

%26
%86
%0
%21

Triadic Colors of #951dca

#951dca #ca951d #1dca95

Analogous Colors of #951dca

#951dca #ca1da9 #3e1dca

Monochromatic Colors of #951dca

#951dca

Complementary Color

#951dca #52ca1d

#951dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#951dca Color CSS Codes

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

#951dca Text Font Color

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

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


#951dca Background Color

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

This div background color is #951dca


#951dca Border Color

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

This div border color is #951dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951dca


Comments

No comments written yet.

Please login to write comment.