Color Hex Logo

#9075db Color Hex

#9075DB
(144,117,219)
0 Favorites   0 Comments

Color spaces of #9075db

RGB 144117219
HSL0.710.590.66
HSV256°47°86°
CMYK 0.340.470.00   0.14
XYZ30.649123.766369.9898
Yxy23.76630.24640.1910
Hunter Lab48.750726.9076-50.9953
CIE-Lab55.853033.1588-48.7210

#9075db color RGB value is (144,117,219).

#9075db hex color red value is 144, green value is 117 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9075db hue: 0.71 , saturation: 0.59 and the lightness value of 9075db is 0.66.

The process color (four color CMYK) of #9075db color hex is 0.34, 0.47, 0.00, 0.14. Web safe color of #9075db is #9966cc. Color #9075db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110101 11011011
Octal 220 165 333
Decimal 144 117 219
Hex 90 75 DB

RGB Percentages of Color #9075db

%30.00
%24.38
%45.63

CMYK Percentages of Color #9075db

%34
%47
%0
%14

Triadic Colors of #9075db

#9075db #db9075 #75db90

Analogous Colors of #9075db

#9075db #c375db #758ddb

Monochromatic Colors of #9075db

#9075db

Complementary Color

#9075db #c0db75

#9075db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9075db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9075db Color CSS Codes

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

#9075db Text Font Color

<p style="color:#9075db">Text here</p>

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


#9075db Background Color

<div style="background-color:#9075db">
Div content here</div>

This div background color is #9075db


#9075db Border Color

<div style="border:3px solid #9075db">
Div here</div>

This div border color is #9075db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,117,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9075db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9075db;
  -webkit-box-shadow: 1px 1px 3px 2px #9075db;
  box-shadow:         1px 1px 3px 2px #9075db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,117,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9075db


Comments

No comments written yet.

Please login to write comment.