Color Hex Logo

#4b023c Color Hex

#4B023C
(75,2,60)
0 Favorites   0 Comments

Color spaces of #4b023c

RGB 75260
HSL0.870.950.15
HSV312°97°29°
CMYK 0.000.970.20   0.71
XYZ3.73901.86554.4380
Yxy1.86550.37230.1858
Hunter Lab13.658324.9627-9.7043
CIE-Lab14.765037.4420-15.7861

#4b023c color RGB value is (75,2,60).

#4b023c hex color red value is 75, green value is 2 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #4b023c hue: 0.87 , saturation: 0.95 and the lightness value of 4b023c is 0.15.

The process color (four color CMYK) of #4b023c color hex is 0.00, 0.97, 0.20, 0.71. Web safe color of #4b023c is #330033. Color #4b023c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 00000010 00111100
Octal 113 2 74
Decimal 75 2 60
Hex 4B 2 3C

RGB Percentages of Color #4b023c

%54.74
%1.46
%43.80

CMYK Percentages of Color #4b023c

%0
%97
%20
%71

Triadic Colors of #4b023c

#4b023c #3c4b02 #023c4b

Analogous Colors of #4b023c

#4b023c #4b0218 #36024b

Monochromatic Colors of #4b023c

#4b023c

Complementary Color

#4b023c #024b11

#4b023c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b023c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b023c Color CSS Codes

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

#4b023c Text Font Color

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

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


#4b023c Background Color

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

This div background color is #4b023c


#4b023c Border Color

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

This div border color is #4b023c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b023c


Comments

No comments written yet.

Please login to write comment.