Color Hex Logo

#77387d Color Hex

#77387D
(119,56,125)
0 Favorites   0 Comments

Color spaces of #77387d

RGB 11956125
HSL0.820.380.35
HSV295°55°49°
CMYK 0.050.550.00   0.51
XYZ12.72368.231020.3202
Yxy8.23100.30830.1994
Hunter Lab28.689728.9559-21.9108
CIE-Lab34.459438.2790-27.2939

#77387d color RGB value is (119,56,125).

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

The process color (four color CMYK) of #77387d color hex is 0.05, 0.55, 0.00, 0.51. Web safe color of #77387d is #663366. Color #77387d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111000 01111101
Octal 167 70 175
Decimal 119 56 125
Hex 77 38 7D

RGB Percentages of Color #77387d

%39.67
%18.67
%41.67

CMYK Percentages of Color #77387d

%5
%55
%0
%51

Triadic Colors of #77387d

#77387d #7d7738 #387d77

Analogous Colors of #77387d

#77387d #7d3860 #55387d

Monochromatic Colors of #77387d

#77387d

Complementary Color

#77387d #3e7d38

#77387d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77387d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77387d Color CSS Codes

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

#77387d Text Font Color

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

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


#77387d Background Color

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

This div background color is #77387d


#77387d Border Color

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

This div border color is #77387d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,56,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 #77387d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77387d


Comments

No comments written yet.

Please login to write comment.