Color Hex Logo

#4b104d Color Hex

#4B104D
(75,16,77)
0 Favorites   0 Comments

Color spaces of #4b104d

RGB 751677
HSL0.830.660.18
HSV298°79°30°
CMYK 0.030.790.00   0.70
XYZ4.42652.40237.2516
Yxy2.40230.31440.1706
Hunter Lab15.499423.8544-16.8901
CIE-Lab17.470935.6205-23.3606

#4b104d color RGB value is (75,16,77).

#4b104d hex color red value is 75, green value is 16 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #4b104d hue: 0.83 , saturation: 0.66 and the lightness value of 4b104d is 0.18.

The process color (four color CMYK) of #4b104d color hex is 0.03, 0.79, 0.00, 0.70. Web safe color of #4b104d is #330066. Color #4b104d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00010000 01001101
Octal 113 20 115
Decimal 75 16 77
Hex 4B 10 4D

RGB Percentages of Color #4b104d

%44.64
%9.52
%45.83

CMYK Percentages of Color #4b104d

%3
%79
%0
%70

Triadic Colors of #4b104d

#4b104d #4d4b10 #104d4b

Analogous Colors of #4b104d

#4b104d #4d1031 #2d104d

Monochromatic Colors of #4b104d

#4b104d

Complementary Color

#4b104d #124d10

#4b104d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b104d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b104d Color CSS Codes

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

#4b104d Text Font Color

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

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


#4b104d Background Color

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

This div background color is #4b104d


#4b104d Border Color

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

This div border color is #4b104d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b104d


Comments

No comments written yet.

Please login to write comment.