Color Hex Logo

#9d1dfe Color Hex

#9D1DFE
(157,29,254)
0 Favorites   0 Comments

Color spaces of #9d1dfe

RGB 15729254
HSL0.760.990.55
HSV274°89°100°
CMYK 0.380.890.00   0.00
XYZ32.233415.202695.0014
Yxy15.20260.22630.1067
Hunter Lab38.990579.3323-117.1683
CIE-Lab45.910481.8237-84.3693

#9d1dfe color RGB value is (157,29,254).

#9d1dfe hex color red value is 157, green value is 29 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9d1dfe hue: 0.76 , saturation: 0.99 and the lightness value of 9d1dfe is 0.55.

The process color (four color CMYK) of #9d1dfe color hex is 0.38, 0.89, 0.00, 0.00. Web safe color of #9d1dfe is #9933ff. Color #9d1dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00011101 11111110
Octal 235 35 376
Decimal 157 29 254
Hex 9D 1D FE

RGB Percentages of Color #9d1dfe

%35.68
%6.59
%57.73

CMYK Percentages of Color #9d1dfe

%38
%89
%0
%0

Triadic Colors of #9d1dfe

#9d1dfe #fe9d1d #1dfe9d

Analogous Colors of #9d1dfe

#9d1dfe #fe1def #2d1dfe

Monochromatic Colors of #9d1dfe

#9d1dfe

Complementary Color

#9d1dfe #7efe1d

#9d1dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d1dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d1dfe Color CSS Codes

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

#9d1dfe Text Font Color

<p style="color:#9d1dfe">Text here</p>

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


#9d1dfe Background Color

<div style="background-color:#9d1dfe">
Div content here</div>

This div background color is #9d1dfe


#9d1dfe Border Color

<div style="border:3px solid #9d1dfe">
Div here</div>

This div border color is #9d1dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,29,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d1dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d1dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #9d1dfe;
  box-shadow:         1px 1px 3px 2px #9d1dfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d1dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.