Color Hex Logo

#4c064d Color Hex

#4C064D
(76,6,77)
0 Favorites   0 Comments

Color spaces of #4c064d

RGB 76677
HSL0.830.860.16
HSV299°92°30°
CMYK 0.010.920.00   0.70
XYZ4.38522.20267.2152
Yxy2.20260.31770.1596
Hunter Lab14.841226.7704-18.4357
CIE-Lab16.516539.1732-24.8702

#4c064d color RGB value is (76,6,77).

#4c064d hex color red value is 76, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4c064d hue: 0.83 , saturation: 0.86 and the lightness value of 4c064d is 0.16.

The process color (four color CMYK) of #4c064d color hex is 0.01, 0.92, 0.00, 0.70. Web safe color of #4c064d is #330066. Color #4c064d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00000110 01001101
Octal 114 6 115
Decimal 76 6 77
Hex 4C 6 4D

RGB Percentages of Color #4c064d

%47.80
%3.77
%48.43

CMYK Percentages of Color #4c064d

%1
%92
%0
%70

Triadic Colors of #4c064d

#4c064d #4d4c06 #064d4c

Analogous Colors of #4c064d

#4c064d #4d062b #29064d

Monochromatic Colors of #4c064d

#4c064d

Complementary Color

#4c064d #074d06

#4c064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c064d Color CSS Codes

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

#4c064d Text Font Color

<p style="color:#4c064d">Text here</p>

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


#4c064d Background Color

<div style="background-color:#4c064d">
Div content here</div>

This div background color is #4c064d


#4c064d Border Color

<div style="border:3px solid #4c064d">
Div here</div>

This div border color is #4c064d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,6,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4c064d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4c064d;
  -webkit-box-shadow: 1px 1px 3px 2px #4c064d;
  box-shadow:         1px 1px 3px 2px #4c064d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,6,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c064d


Comments

No comments written yet.

Please login to write comment.