Color Hex Logo

#9d1aec Color Hex

#9D1AEC
(157,26,236)
0 Favorites   0 Comments

Color spaces of #9d1aec

RGB 15726236
HSL0.770.850.51
HSV277°89°93°
CMYK 0.330.890.00   0.07
XYZ29.414313.963080.5017
Yxy13.96300.23740.1127
Hunter Lab37.367175.1176-101.5743
CIE-Lab44.179878.8066-77.0888

#9d1aec color RGB value is (157,26,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 00011010 11101100
Octal 235 32 354
Decimal 157 26 236
Hex 9D 1A EC

RGB Percentages of Color #9d1aec

%37.47
%6.21
%56.32

CMYK Percentages of Color #9d1aec

%33
%89
%0
%7

Triadic Colors of #9d1aec

#9d1aec #ec9d1a #1aec9d

Analogous Colors of #9d1aec

#9d1aec #ec1ad2 #341aec

Monochromatic Colors of #9d1aec

#9d1aec

Complementary Color

#9d1aec #69ec1a

#9d1aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d1aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d1aec Color CSS Codes

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

#9d1aec Text Font Color

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

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


#9d1aec Background Color

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

This div background color is #9d1aec


#9d1aec Border Color

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

This div border color is #9d1aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,26,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 #9d1aec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d1aec


Comments

No comments written yet.

Please login to write comment.