Color Hex Logo

#9d14ef Color Hex

#9D14EF
(157,20,239)
0 Favorites   0 Comments

Color spaces of #9d14ef

RGB 15720239
HSL0.770.870.51
HSV278°92°94°
CMYK 0.340.920.00   0.06
XYZ29.734813.900482.7772
Yxy13.90040.23520.1100
Hunter Lab37.283277.1149-105.5389
CIE-Lab44.089880.4188-78.9323

#9d14ef color RGB value is (157,20,239).

#9d14ef hex color red value is 157, green value is 20 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9d14ef hue: 0.77 , saturation: 0.87 and the lightness value of 9d14ef is 0.51.

The process color (four color CMYK) of #9d14ef color hex is 0.34, 0.92, 0.00, 0.06. Web safe color of #9d14ef is #9900ff. Color #9d14ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00010100 11101111
Octal 235 24 357
Decimal 157 20 239
Hex 9D 14 EF

RGB Percentages of Color #9d14ef

%37.74
%4.81
%57.45

CMYK Percentages of Color #9d14ef

%34
%92
%0
%6

Triadic Colors of #9d14ef

#9d14ef #ef9d14 #14ef9d

Analogous Colors of #9d14ef

#9d14ef #ef14d4 #3014ef

Monochromatic Colors of #9d14ef

#9d14ef

Complementary Color

#9d14ef #66ef14

#9d14ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d14ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d14ef Color CSS Codes

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

#9d14ef Text Font Color

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

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


#9d14ef Background Color

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

This div background color is #9d14ef


#9d14ef Border Color

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

This div border color is #9d14ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d14ef


Comments

No comments written yet.

Please login to write comment.