Color Hex Logo

#951dec Color Hex

#951DEC
(149,29,236)
0 Favorites   0 Comments

Color spaces of #951dec

RGB 14929236
HSL0.760.840.52
HSV275°88°93°
CMYK 0.370.880.00   0.07
XYZ27.974113.324480.4544
Yxy13.32440.22980.1094
Hunter Lab36.502672.9155-105.1277
CIE-Lab43.248077.2106-78.6599

#951dec color RGB value is (149,29,236).

#951dec hex color red value is 149, green value is 29 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #951dec hue: 0.76 , saturation: 0.84 and the lightness value of 951dec is 0.52.

The process color (four color CMYK) of #951dec color hex is 0.37, 0.88, 0.00, 0.07. Web safe color of #951dec is #9933ff. Color #951dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011101 11101100
Octal 225 35 354
Decimal 149 29 236
Hex 95 1D EC

RGB Percentages of Color #951dec

%35.99
%7.00
%57.00

CMYK Percentages of Color #951dec

%37
%88
%0
%7

Triadic Colors of #951dec

#951dec #ec951d #1dec95

Analogous Colors of #951dec

#951dec #ec1ddc #2d1dec

Monochromatic Colors of #951dec

#951dec

Complementary Color

#951dec #74ec1d

#951dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#951dec Color CSS Codes

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

#951dec Text Font Color

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

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


#951dec Background Color

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

This div background color is #951dec


#951dec Border Color

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

This div border color is #951dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951dec


Comments

No comments written yet.

Please login to write comment.