Color Hex Logo

#4b1c55 Color Hex

#4B1C55
(75,28,85)
0 Favorites   0 Comments

Color spaces of #4b1c55

RGB 752885
HSL0.800.500.22
HSV289°67°33°
CMYK 0.120.670.00   0.67
XYZ4.95662.98228.9087
Yxy2.98220.29420.1770
Hunter Lab17.269021.0126-18.4980
CIE-Lab19.972531.7498-24.8042

#4b1c55 color RGB value is (75,28,85).

#4b1c55 hex color red value is 75, green value is 28 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #4b1c55 hue: 0.80 , saturation: 0.50 and the lightness value of 4b1c55 is 0.22.

The process color (four color CMYK) of #4b1c55 color hex is 0.12, 0.67, 0.00, 0.67. Web safe color of #4b1c55 is #333366. Color #4b1c55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00011100 01010101
Octal 113 34 125
Decimal 75 28 85
Hex 4B 1C 55

RGB Percentages of Color #4b1c55

%39.89
%14.89
%45.21

CMYK Percentages of Color #4b1c55

%12
%67
%0
%67

Triadic Colors of #4b1c55

#4b1c55 #554b1c #1c554b

Analogous Colors of #4b1c55

#4b1c55 #551c42 #2f1c55

Monochromatic Colors of #4b1c55

#4b1c55

Complementary Color

#4b1c55 #26551c

#4b1c55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b1c55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b1c55 Color CSS Codes

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

#4b1c55 Text Font Color

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

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


#4b1c55 Background Color

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

This div background color is #4b1c55


#4b1c55 Border Color

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

This div border color is #4b1c55


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,28,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b1c55


Comments

No comments written yet.

Please login to write comment.