Color Hex Logo

#42135e Color Hex

#42135E
(66,19,94)
0 Favorites   0 Comments

Color spaces of #42135e

RGB 661994
HSL0.770.660.22
HSV278°80°37°
CMYK 0.300.800.00   0.63
XYZ4.50002.432110.8219
Yxy2.43210.25350.1370
Hunter Lab15.595224.2147-30.2262
CIE-Lab17.608736.0166-34.6966

#42135e color RGB value is (66,19,94).

#42135e hex color red value is 66, green value is 19 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #42135e hue: 0.77 , saturation: 0.66 and the lightness value of 42135e is 0.22.

The process color (four color CMYK) of #42135e color hex is 0.30, 0.80, 0.00, 0.63. Web safe color of #42135e is #330066. Color #42135e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00010011 01011110
Octal 102 23 136
Decimal 66 19 94
Hex 42 13 5E

RGB Percentages of Color #42135e

%36.87
%10.61
%52.51

CMYK Percentages of Color #42135e

%30
%80
%0
%63

Triadic Colors of #42135e

#42135e #5e4213 #135e42

Analogous Colors of #42135e

#42135e #5e1355 #1d135e

Monochromatic Colors of #42135e

#42135e

Complementary Color

#42135e #2f5e13

#42135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42135e Color CSS Codes

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

#42135e Text Font Color

<p style="color:#42135e">Text here</p>

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


#42135e Background Color

<div style="background-color:#42135e">
Div content here</div>

This div background color is #42135e


#42135e Border Color

<div style="border:3px solid #42135e">
Div here</div>

This div border color is #42135e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,19,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42135e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42135e;
  -webkit-box-shadow: 1px 1px 3px 2px #42135e;
  box-shadow:         1px 1px 3px 2px #42135e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42135e


Comments

No comments written yet.

Please login to write comment.