Color Hex Logo

#9077cf Color Hex

#9077CF
(144,119,207)
0 Favorites   0 Comments

Color spaces of #9077cf

RGB 144119207
HSL0.710.480.64
HSV257°43°81°
CMYK 0.300.430.00   0.19
XYZ29.360923.627962.0446
Yxy23.62790.25520.2054
Hunter Lab48.608522.7540-41.6526
CIE-Lab55.713328.8886-42.1666

#9077cf color RGB value is (144,119,207).

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

The process color (four color CMYK) of #9077cf color hex is 0.30, 0.43, 0.00, 0.19. Web safe color of #9077cf is #9966cc. Color #9077cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01110111 11001111
Octal 220 167 317
Decimal 144 119 207
Hex 90 77 CF

RGB Percentages of Color #9077cf

%30.64
%25.32
%44.04

CMYK Percentages of Color #9077cf

%30
%43
%0
%19

Triadic Colors of #9077cf

#9077cf #cf9077 #77cf90

Analogous Colors of #9077cf

#9077cf #bc77cf #778acf

Monochromatic Colors of #9077cf

#9077cf

Complementary Color

#9077cf #b6cf77

#9077cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9077cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9077cf Color CSS Codes

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

#9077cf Text Font Color

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

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


#9077cf Background Color

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

This div background color is #9077cf


#9077cf Border Color

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

This div border color is #9077cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9077cf


Comments

No comments written yet.

Please login to write comment.