Color Hex Logo

#42319f Color Hex

#42319F
(66,49,159)
0 Favorites   0 Comments

Color spaces of #42319f

RGB 6649159
HSL0.690.530.41
HSV249°69°62°
CMYK 0.580.690.00   0.38
XYZ9.60315.858133.4255
Yxy5.85810.19640.1198
Hunter Lab24.203528.4664-64.9381
CIE-Lab29.051638.6896-57.2426

#42319f color RGB value is (66,49,159).

#42319f hex color red value is 66, green value is 49 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #42319f hue: 0.69 , saturation: 0.53 and the lightness value of 42319f is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110001 10011111
Octal 102 61 237
Decimal 66 49 159
Hex 42 31 9F

RGB Percentages of Color #42319f

%24.09
%17.88
%58.03

CMYK Percentages of Color #42319f

%58
%69
%0
%38

Triadic Colors of #42319f

#42319f #9f4231 #319f42

Analogous Colors of #42319f

#42319f #79319f #31579f

Monochromatic Colors of #42319f

#42319f

Complementary Color

#42319f #8e9f31

#42319f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42319f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42319f Color CSS Codes

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

#42319f Text Font Color

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

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


#42319f Background Color

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

This div background color is #42319f


#42319f Border Color

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

This div border color is #42319f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42319f


Comments

No comments written yet.

Please login to write comment.