Color Hex Logo

#423166 Color Hex

#423166
(66,49,102)
0 Favorites   0 Comments

Color spaces of #423166

RGB 6649102
HSL0.720.350.30
HSV259°52°40°
CMYK 0.350.520.00   0.60
XYZ5.74344.314213.1004
Yxy4.31420.24800.1863
Hunter Lab20.770713.0093-22.8557
CIE-Lab24.684120.8441-28.5901

#423166 color RGB value is (66,49,102).

#423166 hex color red value is 66, green value is 49 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #423166 hue: 0.72 , saturation: 0.35 and the lightness value of 423166 is 0.30.

The process color (four color CMYK) of #423166 color hex is 0.35, 0.52, 0.00, 0.60. Web safe color of #423166 is #333366. Color #423166 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110001 01100110
Octal 102 61 146
Decimal 66 49 102
Hex 42 31 66

RGB Percentages of Color #423166

%30.41
%22.58
%47.00

CMYK Percentages of Color #423166

%35
%52
%0
%60

Triadic Colors of #423166

#423166 #664231 #316642

Analogous Colors of #423166

#423166 #5c3166 #313b66

Monochromatic Colors of #423166

#423166

Complementary Color

#423166 #556631

#423166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423166 Color CSS Codes

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

#423166 Text Font Color

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

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


#423166 Background Color

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

This div background color is #423166


#423166 Border Color

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

This div border color is #423166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423166


Comments

No comments written yet.

Please login to write comment.