Color Hex Logo

#42385c Color Hex

#42385C
(66,56,92)
0 Favorites   0 Comments

Color spaces of #42385c

RGB 665692
HSL0.710.240.29
HSV257°39°36°
CMYK 0.280.390.00   0.64
XYZ5.59274.759310.7491
Yxy4.75930.26500.2255
Hunter Lab21.81587.5825-13.9423
CIE-Lab26.037713.2783-19.9557

#42385c color RGB value is (66,56,92).

#42385c hex color red value is 66, green value is 56 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #42385c hue: 0.71 , saturation: 0.24 and the lightness value of 42385c is 0.29.

The process color (four color CMYK) of #42385c color hex is 0.28, 0.39, 0.00, 0.64. Web safe color of #42385c is #333366. Color #42385c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00111000 01011100
Octal 102 70 134
Decimal 66 56 92
Hex 42 38 5C

RGB Percentages of Color #42385c

%30.84
%26.17
%42.99

CMYK Percentages of Color #42385c

%28
%39
%0
%64

Triadic Colors of #42385c

#42385c #5c4238 #385c42

Analogous Colors of #42385c

#42385c #54385c #38405c

Monochromatic Colors of #42385c

#42385c

Complementary Color

#42385c #525c38

#42385c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42385c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42385c Color CSS Codes

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

#42385c Text Font Color

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

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


#42385c Background Color

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

This div background color is #42385c


#42385c Border Color

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

This div border color is #42385c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,56,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42385c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42385c;
  -webkit-box-shadow: 1px 1px 3px 2px #42385c;
  box-shadow:         1px 1px 3px 2px #42385c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42385c


Comments

No comments written yet.

Please login to write comment.