Color Hex Logo

#423768 Color Hex

#423768
(66,55,104)
0 Favorites   0 Comments

Color spaces of #423768

RGB 6655104
HSL0.700.310.31
HSV253°47°41°
CMYK 0.370.470.00   0.59
XYZ6.11164.890113.7185
Yxy4.89010.24720.1978
Hunter Lab22.113610.6339-21.3020
CIE-Lab26.419317.4709-27.1273

#423768 color RGB value is (66,55,104).

#423768 hex color red value is 66, green value is 55 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #423768 hue: 0.70 , saturation: 0.31 and the lightness value of 423768 is 0.31.

The process color (four color CMYK) of #423768 color hex is 0.37, 0.47, 0.00, 0.59. Web safe color of #423768 is #333366. Color #423768 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110111 01101000
Octal 102 67 150
Decimal 66 55 104
Hex 42 37 68

RGB Percentages of Color #423768

%29.33
%24.44
%46.22

CMYK Percentages of Color #423768

%37
%47
%0
%59

Triadic Colors of #423768

#423768 #684237 #376842

Analogous Colors of #423768

#423768 #5b3768 #374568

Monochromatic Colors of #423768

#423768

Complementary Color

#423768 #5d6837

#423768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423768 Color CSS Codes

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

#423768 Text Font Color

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

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


#423768 Background Color

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

This div background color is #423768


#423768 Border Color

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

This div border color is #423768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423768


Comments

No comments written yet.

Please login to write comment.