Color Hex Logo

#9061bc Color Hex

#9061BC
(144,97,188)
0 Favorites   0 Comments

Color spaces of #9061bc

RGB 14497188
HSL0.750.400.56
HSV271°48°74°
CMYK 0.230.480.00   0.26
XYZ24.853418.109549.7625
Yxy18.10950.26800.1953
Hunter Lab42.555329.7770-39.5428
CIE-Lab49.628736.8497-40.9027

#9061bc color RGB value is (144,97,188).

#9061bc hex color red value is 144, green value is 97 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9061bc hue: 0.75 , saturation: 0.40 and the lightness value of 9061bc is 0.56.

The process color (four color CMYK) of #9061bc color hex is 0.23, 0.48, 0.00, 0.26. Web safe color of #9061bc is #9966cc. Color #9061bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01100001 10111100
Octal 220 141 274
Decimal 144 97 188
Hex 90 61 BC

RGB Percentages of Color #9061bc

%33.57
%22.61
%43.82

CMYK Percentages of Color #9061bc

%23
%48
%0
%26

Triadic Colors of #9061bc

#9061bc #bc9061 #61bc90

Analogous Colors of #9061bc

#9061bc #bc61bb #6261bc

Monochromatic Colors of #9061bc

#9061bc

Complementary Color

#9061bc #8dbc61

#9061bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9061bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9061bc Color CSS Codes

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

#9061bc Text Font Color

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

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


#9061bc Background Color

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

This div background color is #9061bc


#9061bc Border Color

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

This div border color is #9061bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,97,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 #9061bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9061bc


Comments

No comments written yet.

Please login to write comment.