Color Hex Logo

#9072be Color Hex

#9072BE
(144,114,190)
0 Favorites   0 Comments

Color spaces of #9072be

RGB 144114190
HSL0.730.370.60
HSV264°40°75°
CMYK 0.240.400.00   0.25
XYZ26.813221.681651.4870
Yxy21.68160.26820.2169
Hunter Lab46.563521.3016-32.9647
CIE-Lab53.687527.5469-35.6640

#9072be color RGB value is (144,114,190).

#9072be hex color red value is 144, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9072be hue: 0.73 , saturation: 0.37 and the lightness value of 9072be is 0.60.

The process color (four color CMYK) of #9072be color hex is 0.24, 0.40, 0.00, 0.25. Web safe color of #9072be is #9966cc. Color #9072be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110010 10111110
Octal 220 162 276
Decimal 144 114 190
Hex 90 72 BE

RGB Percentages of Color #9072be

%32.14
%25.45
%42.41

CMYK Percentages of Color #9072be

%24
%40
%0
%25

Triadic Colors of #9072be

#9072be #be9072 #72be90

Analogous Colors of #9072be

#9072be #b672be #727abe

Monochromatic Colors of #9072be

#9072be

Complementary Color

#9072be #a0be72

#9072be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9072be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9072be Color CSS Codes

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

#9072be Text Font Color

<p style="color:#9072be">Text here</p>

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


#9072be Background Color

<div style="background-color:#9072be">
Div content here</div>

This div background color is #9072be


#9072be Border Color

<div style="border:3px solid #9072be">
Div here</div>

This div border color is #9072be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,114,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9072be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9072be;
  -webkit-box-shadow: 1px 1px 3px 2px #9072be;
  box-shadow:         1px 1px 3px 2px #9072be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9072be


Comments

No comments written yet.

Please login to write comment.