Color Hex Logo

#42368d Color Hex

#42368D
(66,54,141)
0 Favorites   0 Comments

Color spaces of #42368d

RGB 6654141
HSL0.690.450.38
HSV248°62°55°
CMYK 0.530.620.00   0.45
XYZ8.37375.719725.8620
Yxy5.71970.20960.1432
Hunter Lab23.915920.6456-47.3735
CIE-Lab28.694029.8363-46.8013

#42368d color RGB value is (66,54,141).

#42368d hex color red value is 66, green value is 54 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #42368d hue: 0.69 , saturation: 0.45 and the lightness value of 42368d is 0.38.

The process color (four color CMYK) of #42368d color hex is 0.53, 0.62, 0.00, 0.45. Web safe color of #42368d is #333399. Color #42368d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110110 10001101
Octal 102 66 215
Decimal 66 54 141
Hex 42 36 8D

RGB Percentages of Color #42368d

%25.29
%20.69
%54.02

CMYK Percentages of Color #42368d

%53
%62
%0
%45

Triadic Colors of #42368d

#42368d #8d4236 #368d42

Analogous Colors of #42368d

#42368d #6e368d #36568d

Monochromatic Colors of #42368d

#42368d

Complementary Color

#42368d #818d36

#42368d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42368d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42368d Color CSS Codes

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

#42368d Text Font Color

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

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


#42368d Background Color

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

This div background color is #42368d


#42368d Border Color

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

This div border color is #42368d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,54,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42368d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42368d;
  -webkit-box-shadow: 1px 1px 3px 2px #42368d;
  box-shadow:         1px 1px 3px 2px #42368d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42368d


Comments

No comments written yet.

Please login to write comment.