Color Hex Logo

#42309d Color Hex

#42309D
(66,48,157)
0 Favorites   0 Comments

Color spaces of #42309d

RGB 6648157
HSL0.690.530.40
HSV250°69°62°
CMYK 0.580.690.00   0.38
XYZ9.38955.706532.5049
Yxy5.70650.19730.1199
Hunter Lab23.888328.3565-63.9544
CIE-Lab28.659638.6398-56.6684

#42309d color RGB value is (66,48,157).

#42309d hex color red value is 66, green value is 48 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #42309d hue: 0.69 , saturation: 0.53 and the lightness value of 42309d is 0.40.

The process color (four color CMYK) of #42309d color hex is 0.58, 0.69, 0.00, 0.38. Web safe color of #42309d is #333399. Color #42309d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110000 10011101
Octal 102 60 235
Decimal 66 48 157
Hex 42 30 9D

RGB Percentages of Color #42309d

%24.35
%17.71
%57.93

CMYK Percentages of Color #42309d

%58
%69
%0
%38

Triadic Colors of #42309d

#42309d #9d4230 #309d42

Analogous Colors of #42309d

#42309d #79309d #30549d

Monochromatic Colors of #42309d

#42309d

Complementary Color

#42309d #8b9d30

#42309d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42309d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42309d Color CSS Codes

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

#42309d Text Font Color

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

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


#42309d Background Color

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

This div background color is #42309d


#42309d Border Color

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

This div border color is #42309d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42309d


Comments

No comments written yet.

Please login to write comment.