Color Hex Logo

#423063 Color Hex

#423063
(66,48,99)
0 Favorites   0 Comments

Color spaces of #423063

RGB 664899
HSL0.730.350.29
HSV261°52°39°
CMYK 0.330.520.00   0.61
XYZ5.55594.173012.3170
Yxy4.17300.25200.1893
Hunter Lab20.427912.7988-21.4493
CIE-Lab24.235320.6197-27.3551

#423063 color RGB value is (66,48,99).

#423063 hex color red value is 66, green value is 48 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #423063 hue: 0.73 , saturation: 0.35 and the lightness value of 423063 is 0.29.

The process color (four color CMYK) of #423063 color hex is 0.33, 0.52, 0.00, 0.61. Web safe color of #423063 is #333366. Color #423063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110000 01100011
Octal 102 60 143
Decimal 66 48 99
Hex 42 30 63

RGB Percentages of Color #423063

%30.99
%22.54
%46.48

CMYK Percentages of Color #423063

%33
%52
%0
%61

Triadic Colors of #423063

#423063 #634230 #306342

Analogous Colors of #423063

#423063 #5c3063 #303863

Monochromatic Colors of #423063

#423063

Complementary Color

#423063 #516330

#423063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423063 Color CSS Codes

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

#423063 Text Font Color

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

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


#423063 Background Color

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

This div background color is #423063


#423063 Border Color

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

This div border color is #423063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423063


Comments

No comments written yet.

Please login to write comment.