Color Hex Logo

#9d12be Color Hex

#9D12BE
(157,18,190)
0 Favorites   0 Comments

Color spaces of #9d12be

RGB 15718190
HSL0.800.830.41
HSV288°91°75°
CMYK 0.170.910.00   0.25
XYZ23.415211.318449.6658
Yxy11.31840.27740.1341
Hunter Lab33.642865.3599-63.9779
CIE-Lab40.111671.5810-57.2115

#9d12be color RGB value is (157,18,190).

#9d12be hex color red value is 157, green value is 18 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9d12be hue: 0.80 , saturation: 0.83 and the lightness value of 9d12be is 0.41.

The process color (four color CMYK) of #9d12be color hex is 0.17, 0.91, 0.00, 0.25. Web safe color of #9d12be is #9900cc. Color #9d12be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 00010010 10111110
Octal 235 22 276
Decimal 157 18 190
Hex 9D 12 BE

RGB Percentages of Color #9d12be

%43.01
%4.93
%52.05

CMYK Percentages of Color #9d12be

%17
%91
%0
%25

Triadic Colors of #9d12be

#9d12be #be9d12 #12be9d

Analogous Colors of #9d12be

#9d12be #be1289 #4712be

Monochromatic Colors of #9d12be

#9d12be

Complementary Color

#9d12be #33be12

#9d12be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d12be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d12be Color CSS Codes

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

#9d12be Text Font Color

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

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


#9d12be Background Color

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

This div background color is #9d12be


#9d12be Border Color

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

This div border color is #9d12be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d12be


Comments

No comments written yet.

Please login to write comment.