Color Hex Logo

#423bad Color Hex

#423BAD
(66,59,173)
0 Favorites   0 Comments

Color spaces of #423bad

RGB 6659173
HSL0.680.490.45
HSV244°66°68°
CMYK 0.620.660.00   0.32
XYZ11.35367.303340.3464
Yxy7.30330.19240.1238
Hunter Lab27.024627.6985-69.5998
CIE-Lab32.487637.2471-60.0526

#423bad color RGB value is (66,59,173).

#423bad hex color red value is 66, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #423bad hue: 0.68 , saturation: 0.49 and the lightness value of 423bad is 0.45.

The process color (four color CMYK) of #423bad color hex is 0.62, 0.66, 0.00, 0.32. Web safe color of #423bad is #333399. Color #423bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111011 10101101
Octal 102 73 255
Decimal 66 59 173
Hex 42 3B AD

RGB Percentages of Color #423bad

%22.15
%19.80
%58.05

CMYK Percentages of Color #423bad

%62
%66
%0
%32

Triadic Colors of #423bad

#423bad #ad423b #3bad42

Analogous Colors of #423bad

#423bad #7b3bad #3b6dad

Monochromatic Colors of #423bad

#423bad

Complementary Color

#423bad #a6ad3b

#423bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#423bad Color CSS Codes

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

#423bad Text Font Color

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

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


#423bad Background Color

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

This div background color is #423bad


#423bad Border Color

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

This div border color is #423bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,59,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #423bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #423bad;
  -webkit-box-shadow: 1px 1px 3px 2px #423bad;
  box-shadow:         1px 1px 3px 2px #423bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423bad


Comments

No comments written yet.

Please login to write comment.