Color Hex Logo

#42033c Color Hex

#42033C
(66,3,60)
0 Favorites   0 Comments

Color spaces of #42033c

RGB 66360
HSL0.850.910.14
HSV306°95°26°
CMYK 0.000.950.09   0.74
XYZ3.09491.54964.4109
Yxy1.54960.34180.1711
Hunter Lab12.448322.5942-12.2949
CIE-Lab12.920035.0086-18.8267

#42033c color RGB value is (66,3,60).

#42033c hex color red value is 66, green value is 3 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #42033c hue: 0.85 , saturation: 0.91 and the lightness value of 42033c is 0.14.

The process color (four color CMYK) of #42033c color hex is 0.00, 0.95, 0.09, 0.74. Web safe color of #42033c is #330033. Color #42033c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000011 00111100
Octal 102 3 74
Decimal 66 3 60
Hex 42 3 3C

RGB Percentages of Color #42033c

%51.16
%2.33
%46.51

CMYK Percentages of Color #42033c

%0
%95
%9
%74

Triadic Colors of #42033c

#42033c #3c4203 #033c42

Analogous Colors of #42033c

#42033c #42031d #290342

Monochromatic Colors of #42033c

#42033c

Complementary Color

#42033c #034209

#42033c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42033c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42033c Color CSS Codes

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

#42033c Text Font Color

<p style="color:#42033c">Text here</p>

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


#42033c Background Color

<div style="background-color:#42033c">
Div content here</div>

This div background color is #42033c


#42033c Border Color

<div style="border:3px solid #42033c">
Div here</div>

This div border color is #42033c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,3,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 #42033c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42033c


Comments

No comments written yet.

Please login to write comment.