Color Hex Logo

#77107d Color Hex

#77107D
(119,16,125)
0 Favorites   0 Comments

Color spaces of #77107d

RGB 11916125
HSL0.820.770.28
HSV297°87°49°
CMYK 0.050.870.00   0.51
XYZ11.49475.773219.9105
Yxy5.77320.30920.1553
Hunter Lab24.027543.3459-32.3117
CIE-Lab28.832954.0162-36.2215

#77107d color RGB value is (119,16,125).

#77107d hex color red value is 119, green value is 16 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #77107d hue: 0.82 , saturation: 0.77 and the lightness value of 77107d is 0.28.

The process color (four color CMYK) of #77107d color hex is 0.05, 0.87, 0.00, 0.51. Web safe color of #77107d is #660066. Color #77107d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010000 01111101
Octal 167 20 175
Decimal 119 16 125
Hex 77 10 7D

RGB Percentages of Color #77107d

%45.77
%6.15
%48.08

CMYK Percentages of Color #77107d

%5
%87
%0
%51

Triadic Colors of #77107d

#77107d #7d7710 #107d77

Analogous Colors of #77107d

#77107d #7d104d #41107d

Monochromatic Colors of #77107d

#77107d

Complementary Color

#77107d #167d10

#77107d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77107d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77107d Color CSS Codes

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

#77107d Text Font Color

<p style="color:#77107d">Text here</p>

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


#77107d Background Color

<div style="background-color:#77107d">
Div content here</div>

This div background color is #77107d


#77107d Border Color

<div style="border:3px solid #77107d">
Div here</div>

This div border color is #77107d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,16,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77107d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77107d;
  -webkit-box-shadow: 1px 1px 3px 2px #77107d;
  box-shadow:         1px 1px 3px 2px #77107d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77107d


Comments

No comments written yet.

Please login to write comment.