Color Hex Logo

#4c0233 Color Hex

#4C0233
(76,2,51)
0 Favorites   0 Comments

Color spaces of #4c0233

RGB 76251
HSL0.890.950.15
HSV320°97°30°
CMYK 0.000.970.33   0.70
XYZ3.59971.81893.2933
Yxy1.81890.41320.2088
Hunter Lab13.486724.0415-5.0373
CIE-Lab14.506636.4170-9.7166

#4c0233 color RGB value is (76,2,51).

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

The process color (four color CMYK) of #4c0233 color hex is 0.00, 0.97, 0.33, 0.70. Web safe color of #4c0233 is #330033. Color #4c0233 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 00000010 00110011
Octal 114 2 63
Decimal 76 2 51
Hex 4C 2 33

RGB Percentages of Color #4c0233

%58.91
%1.55
%39.53

CMYK Percentages of Color #4c0233

%0
%97
%33
%70

Triadic Colors of #4c0233

#4c0233 #334c02 #02334c

Analogous Colors of #4c0233

#4c0233 #4c020e #40024c

Monochromatic Colors of #4c0233

#4c0233

Complementary Color

#4c0233 #024c1b

#4c0233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c0233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c0233 Color CSS Codes

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

#4c0233 Text Font Color

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

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


#4c0233 Background Color

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

This div background color is #4c0233


#4c0233 Border Color

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

This div border color is #4c0233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c0233


Comments

No comments written yet.

Please login to write comment.