Color Hex Logo

#9d12cb Color Hex

#9D12CB
(157,18,203)
0 Favorites   0 Comments

Color spaces of #9d12cb

RGB 15718203
HSL0.790.840.43
HSV285°91°80°
CMYK 0.230.910.00   0.20
XYZ24.900411.912557.4869
Yxy11.91250.26410.1263
Hunter Lab34.514568.3781-74.5925
CIE-Lab41.076773.9129-63.2384

#9d12cb color RGB value is (157,18,203).

#9d12cb hex color red value is 157, green value is 18 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9d12cb hue: 0.79 , saturation: 0.84 and the lightness value of 9d12cb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 00010010 11001011
Octal 235 22 313
Decimal 157 18 203
Hex 9D 12 CB

RGB Percentages of Color #9d12cb

%41.53
%4.76
%53.70

CMYK Percentages of Color #9d12cb

%23
%91
%0
%20

Triadic Colors of #9d12cb

#9d12cb #cb9d12 #12cb9d

Analogous Colors of #9d12cb

#9d12cb #cb129d #4112cb

Monochromatic Colors of #9d12cb

#9d12cb

Complementary Color

#9d12cb #40cb12

#9d12cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d12cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d12cb Color CSS Codes

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

#9d12cb Text Font Color

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

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


#9d12cb Background Color

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

This div background color is #9d12cb


#9d12cb Border Color

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

This div border color is #9d12cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d12cb


Comments

No comments written yet.

Please login to write comment.