Color Hex Logo

#42033f Color Hex

#42033F
(66,3,63)
0 Favorites   0 Comments

Color spaces of #42033f

RGB 66363
HSL0.840.910.14
HSV303°95°26°
CMYK 0.000.950.05   0.74
XYZ3.17651.58234.8406
Yxy1.58230.33090.1648
Hunter Lab12.579023.0626-14.0106
CIE-Lab13.122035.5289-20.6402

#42033f color RGB value is (66,3,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000011 00111111
Octal 102 3 77
Decimal 66 3 63
Hex 42 3 3F

RGB Percentages of Color #42033f

%50.00
%2.27
%47.73

CMYK Percentages of Color #42033f

%0
%95
%5
%74

Triadic Colors of #42033f

#42033f #3f4203 #033f42

Analogous Colors of #42033f

#42033f #420320 #260342

Monochromatic Colors of #42033f

#42033f

Complementary Color

#42033f #034206

#42033f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42033f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42033f Color CSS Codes

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

#42033f Text Font Color

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

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


#42033f Background Color

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

This div background color is #42033f


#42033f Border Color

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

This div border color is #42033f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42033f


Comments

No comments written yet.

Please login to write comment.