Color Hex Logo

#42238a Color Hex

#42238A
(66,35,138)
0 Favorites   0 Comments

Color spaces of #42238a

RGB 6635138
HSL0.720.600.34
HSV258°75°54°
CMYK 0.520.750.00   0.46
XYZ7.43524.195324.4626
Yxy4.19530.20600.1162
Hunter Lab20.482428.9519-56.4736
CIE-Lab24.306940.1031-52.0897

#42238a color RGB value is (66,35,138).

#42238a hex color red value is 66, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #42238a hue: 0.72 , saturation: 0.60 and the lightness value of 42238a is 0.34.

The process color (four color CMYK) of #42238a color hex is 0.52, 0.75, 0.00, 0.46. Web safe color of #42238a is #333399. Color #42238a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100011 10001010
Octal 102 43 212
Decimal 66 35 138
Hex 42 23 8A

RGB Percentages of Color #42238a

%27.62
%14.64
%57.74

CMYK Percentages of Color #42238a

%52
%75
%0
%46

Triadic Colors of #42238a

#42238a #8a4223 #238a42

Analogous Colors of #42238a

#42238a #76238a #23388a

Monochromatic Colors of #42238a

#42238a

Complementary Color

#42238a #6b8a23

#42238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42238a Color CSS Codes

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

#42238a Text Font Color

<p style="color:#42238a">Text here</p>

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


#42238a Background Color

<div style="background-color:#42238a">
Div content here</div>

This div background color is #42238a


#42238a Border Color

<div style="border:3px solid #42238a">
Div here</div>

This div border color is #42238a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,35,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42238a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42238a;
  -webkit-box-shadow: 1px 1px 3px 2px #42238a;
  box-shadow:         1px 1px 3px 2px #42238a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42238a


Comments

No comments written yet.

Please login to write comment.