Color Hex Logo

#423196 Color Hex

#423196
(66,49,150)
0 Favorites   0 Comments

Color spaces of #423196

RGB 6649150
HSL0.690.510.39
HSV250°67°59°
CMYK 0.560.670.00   0.41
XYZ8.85015.556929.4603
Yxy5.55690.20170.1267
Hunter Lab23.573125.7618-57.5961
CIE-Lab28.265935.8233-53.0363

#423196 color RGB value is (66,49,150).

#423196 hex color red value is 66, green value is 49 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #423196 hue: 0.69 , saturation: 0.51 and the lightness value of 423196 is 0.39.

The process color (four color CMYK) of #423196 color hex is 0.56, 0.67, 0.00, 0.41. Web safe color of #423196 is #333399. Color #423196 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110001 10010110
Octal 102 61 226
Decimal 66 49 150
Hex 42 31 96

RGB Percentages of Color #423196

%24.91
%18.49
%56.60

CMYK Percentages of Color #423196

%56
%67
%0
%41

Triadic Colors of #423196

#423196 #964231 #319642

Analogous Colors of #423196

#423196 #753196 #315396

Monochromatic Colors of #423196

#423196

Complementary Color

#423196 #859631

#423196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423196 Color CSS Codes

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

#423196 Text Font Color

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

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


#423196 Background Color

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

This div background color is #423196


#423196 Border Color

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

This div border color is #423196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423196


Comments

No comments written yet.

Please login to write comment.