Color Hex Logo

#9077df Color Hex

#9077DF
(144,119,223)
0 Favorites   0 Comments

Color spaces of #9077df

RGB 144119223
HSL0.710.620.67
HSV254°47°87°
CMYK 0.350.470.00   0.13
XYZ31.417724.450772.8756
Yxy24.45070.24400.1899
Hunter Lab49.447626.8807-52.7678
CIE-Lab56.536233.0565-49.8835

#9077df color RGB value is (144,119,223).

#9077df hex color red value is 144, green value is 119 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9077df hue: 0.71 , saturation: 0.62 and the lightness value of 9077df is 0.67.

The process color (four color CMYK) of #9077df color hex is 0.35, 0.47, 0.00, 0.13. Web safe color of #9077df is #9966cc. Color #9077df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110111 11011111
Octal 220 167 337
Decimal 144 119 223
Hex 90 77 DF

RGB Percentages of Color #9077df

%29.63
%24.49
%45.88

CMYK Percentages of Color #9077df

%35
%47
%0
%13

Triadic Colors of #9077df

#9077df #df9077 #77df90

Analogous Colors of #9077df

#9077df #c477df #7792df

Monochromatic Colors of #9077df

#9077df

Complementary Color

#9077df #c6df77

#9077df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9077df Color Preview on White Background

Lorem ipsum dolor sit amet.

#9077df Color CSS Codes

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

#9077df Text Font Color

<p style="color:#9077df">Text here</p>

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


#9077df Background Color

<div style="background-color:#9077df">
Div content here</div>

This div background color is #9077df


#9077df Border Color

<div style="border:3px solid #9077df">
Div here</div>

This div border color is #9077df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,119,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9077df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9077df;
  -webkit-box-shadow: 1px 1px 3px 2px #9077df;
  box-shadow:         1px 1px 3px 2px #9077df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9077df


Comments

No comments written yet.

Please login to write comment.