Color Hex Logo

#42269f Color Hex

#42269F
(66,38,159)
0 Favorites   0 Comments

Color spaces of #42269f

RGB 6638159
HSL0.710.610.39
HSV254°76°62°
CMYK 0.580.760.00   0.38
XYZ9.19795.047733.2904
Yxy5.04770.19350.1062
Hunter Lab22.467133.7595-72.1255
CIE-Lab26.870244.7695-60.8216

#42269f color RGB value is (66,38,159).

#42269f hex color red value is 66, green value is 38 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #42269f hue: 0.71 , saturation: 0.61 and the lightness value of 42269f is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100110 10011111
Octal 102 46 237
Decimal 66 38 159
Hex 42 26 9F

RGB Percentages of Color #42269f

%25.10
%14.45
%60.46

CMYK Percentages of Color #42269f

%58
%76
%0
%38

Triadic Colors of #42269f

#42269f #9f4226 #269f42

Analogous Colors of #42269f

#42269f #7f269f #26479f

Monochromatic Colors of #42269f

#42269f

Complementary Color

#42269f #839f26

#42269f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42269f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42269f Color CSS Codes

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

#42269f Text Font Color

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

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


#42269f Background Color

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

This div background color is #42269f


#42269f Border Color

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

This div border color is #42269f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,38,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 #42269f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42269f


Comments

No comments written yet.

Please login to write comment.