Color Hex Logo

#9077dc Color Hex

#9077DC
(144,119,220)
0 Favorites   0 Comments

Color spaces of #9077dc

RGB 144119220
HSL0.710.590.66
HSV255°46°86°
CMYK 0.350.460.00   0.14
XYZ31.016724.290370.7639
Yxy24.29030.24600.1927
Hunter Lab49.285226.0865-50.6292
CIE-Lab56.377332.2645-48.4512

#9077dc color RGB value is (144,119,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110111 11011100
Octal 220 167 334
Decimal 144 119 220
Hex 90 77 DC

RGB Percentages of Color #9077dc

%29.81
%24.64
%45.55

CMYK Percentages of Color #9077dc

%35
%46
%0
%14

Triadic Colors of #9077dc

#9077dc #dc9077 #77dc90

Analogous Colors of #9077dc

#9077dc #c377dc #7791dc

Monochromatic Colors of #9077dc

#9077dc

Complementary Color

#9077dc #c3dc77

#9077dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9077dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9077dc Color CSS Codes

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

#9077dc Text Font Color

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

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


#9077dc Background Color

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

This div background color is #9077dc


#9077dc Border Color

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

This div border color is #9077dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9077dc


Comments

No comments written yet.

Please login to write comment.