Color Hex Logo

#42236c Color Hex

#42236C
(66,35,108)
0 Favorites   0 Comments

Color spaces of #42236c

RGB 6635108
HSL0.740.510.28
HSV265°68°42°
CMYK 0.390.680.00   0.58
XYZ5.55463.443014.5592
Yxy3.44300.23580.1462
Hunter Lab18.555320.9628-33.5324
CIE-Lab21.737331.3721-37.2075

#42236c color RGB value is (66,35,108).

#42236c hex color red value is 66, green value is 35 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #42236c hue: 0.74 , saturation: 0.51 and the lightness value of 42236c is 0.28.

The process color (four color CMYK) of #42236c color hex is 0.39, 0.68, 0.00, 0.58. Web safe color of #42236c is #333366. Color #42236c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100011 01101100
Octal 102 43 154
Decimal 66 35 108
Hex 42 23 6C

RGB Percentages of Color #42236c

%31.58
%16.75
%51.67

CMYK Percentages of Color #42236c

%39
%68
%0
%58

Triadic Colors of #42236c

#42236c #6c4223 #236c42

Analogous Colors of #42236c

#42236c #67236c #23296c

Monochromatic Colors of #42236c

#42236c

Complementary Color

#42236c #4d6c23

#42236c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42236c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42236c Color CSS Codes

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

#42236c Text Font Color

<p style="color:#42236c">Text here</p>

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


#42236c Background Color

<div style="background-color:#42236c">
Div content here</div>

This div background color is #42236c


#42236c Border Color

<div style="border:3px solid #42236c">
Div here</div>

This div border color is #42236c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42236c


Comments

No comments written yet.

Please login to write comment.