Color Hex Logo

#9612bc Color Hex

#9612BC
(150,18,188)
0 Favorites   0 Comments

Color spaces of #9612bc

RGB 15018188
HSL0.800.830.40
HSV287°90°74°
CMYK 0.200.900.00   0.26
XYZ21.871110.547548.4601
Yxy10.54750.27040.1304
Hunter Lab32.476963.3736-65.7351
CIE-Lab38.807670.1545-58.2037

#9612bc color RGB value is (150,18,188).

#9612bc hex color red value is 150, green value is 18 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9612bc hue: 0.80 , saturation: 0.83 and the lightness value of 9612bc is 0.40.

The process color (four color CMYK) of #9612bc color hex is 0.20, 0.90, 0.00, 0.26. Web safe color of #9612bc is #9900cc. Color #9612bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00010010 10111100
Octal 226 22 274
Decimal 150 18 188
Hex 96 12 BC

RGB Percentages of Color #9612bc

%42.13
%5.06
%52.81

CMYK Percentages of Color #9612bc

%20
%90
%0
%26

Triadic Colors of #9612bc

#9612bc #bc9612 #12bc96

Analogous Colors of #9612bc

#9612bc #bc128d #4112bc

Monochromatic Colors of #9612bc

#9612bc

Complementary Color

#9612bc #38bc12

#9612bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9612bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9612bc Color CSS Codes

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

#9612bc Text Font Color

<p style="color:#9612bc">Text here</p>

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


#9612bc Background Color

<div style="background-color:#9612bc">
Div content here</div>

This div background color is #9612bc


#9612bc Border Color

<div style="border:3px solid #9612bc">
Div here</div>

This div border color is #9612bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,18,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9612bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9612bc;
  -webkit-box-shadow: 1px 1px 3px 2px #9612bc;
  box-shadow:         1px 1px 3px 2px #9612bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9612bc


Comments

No comments written yet.

Please login to write comment.