Color Hex Logo

#9050cb Color Hex

#9050CB
(144,80,203)
0 Favorites   0 Comments

Color spaces of #9050cb

RGB 14480203
HSL0.750.540.55
HSV271°61°80°
CMYK 0.290.610.00   0.20
XYZ25.149815.978458.2585
Yxy15.97840.25300.1608
Hunter Lab39.973042.3541-58.4309
CIE-Lab46.946149.6782-53.8387

#9050cb color RGB value is (144,80,203).

#9050cb hex color red value is 144, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9050cb hue: 0.75 , saturation: 0.54 and the lightness value of 9050cb is 0.55.

The process color (four color CMYK) of #9050cb color hex is 0.29, 0.61, 0.00, 0.20. Web safe color of #9050cb is #9966cc. Color #9050cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01010000 11001011
Octal 220 120 313
Decimal 144 80 203
Hex 90 50 CB

RGB Percentages of Color #9050cb

%33.72
%18.74
%47.54

CMYK Percentages of Color #9050cb

%29
%61
%0
%20

Triadic Colors of #9050cb

#9050cb #cb9050 #50cb90

Analogous Colors of #9050cb

#9050cb #cb50c9 #5350cb

Monochromatic Colors of #9050cb

#9050cb

Complementary Color

#9050cb #8bcb50

#9050cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9050cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9050cb Color CSS Codes

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

#9050cb Text Font Color

<p style="color:#9050cb">Text here</p>

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


#9050cb Background Color

<div style="background-color:#9050cb">
Div content here</div>

This div background color is #9050cb


#9050cb Border Color

<div style="border:3px solid #9050cb">
Div here</div>

This div border color is #9050cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,80,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9050cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9050cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9050cb;
  box-shadow:         1px 1px 3px 2px #9050cb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9050cb


Comments

No comments written yet.

Please login to write comment.