Color Hex Logo

#4a154d Color Hex

#4A154D
(74,21,77)
0 Favorites   0 Comments

Color spaces of #4a154d

RGB 742177
HSL0.820.570.19
HSV297°73°30°
CMYK 0.040.730.00   0.70
XYZ4.43182.52807.2756
Yxy2.52800.31130.1776
Hunter Lab15.899721.9298-16.0010
CIE-Lab18.044833.2186-22.4604

#4a154d color RGB value is (74,21,77).

#4a154d hex color red value is 74, green value is 21 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4a154d hue: 0.82 , saturation: 0.57 and the lightness value of 4a154d is 0.19.

The process color (four color CMYK) of #4a154d color hex is 0.04, 0.73, 0.00, 0.70. Web safe color of #4a154d is #330066. Color #4a154d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 00010101 01001101
Octal 112 25 115
Decimal 74 21 77
Hex 4A 15 4D

RGB Percentages of Color #4a154d

%43.02
%12.21
%44.77

CMYK Percentages of Color #4a154d

%4
%73
%0
%70

Triadic Colors of #4a154d

#4a154d #4d4a15 #154d4a

Analogous Colors of #4a154d

#4a154d #4d1534 #2e154d

Monochromatic Colors of #4a154d

#4a154d

Complementary Color

#4a154d #184d15

#4a154d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a154d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a154d Color CSS Codes

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

#4a154d Text Font Color

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

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


#4a154d Background Color

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

This div background color is #4a154d


#4a154d Border Color

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

This div border color is #4a154d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,21,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 #4a154d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a154d


Comments

No comments written yet.

Please login to write comment.