Color Hex Logo

#42235f Color Hex

#42235F
(66,35,95)
0 Favorites   0 Comments

Color spaces of #42235f

RGB 663595
HSL0.750.460.25
HSV271°63°37°
CMYK 0.310.630.00   0.63
XYZ4.91343.186511.1826
Yxy3.18650.25480.1653
Hunter Lab17.850817.8930-24.6466
CIE-Lab20.775827.7427-30.2541

#42235f color RGB value is (66,35,95).

#42235f hex color red value is 66, green value is 35 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #42235f hue: 0.75 , saturation: 0.46 and the lightness value of 42235f is 0.25.

The process color (four color CMYK) of #42235f color hex is 0.31, 0.63, 0.00, 0.63. Web safe color of #42235f is #333366. Color #42235f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00100011 01011111
Octal 102 43 137
Decimal 66 35 95
Hex 42 23 5F

RGB Percentages of Color #42235f

%33.67
%17.86
%48.47

CMYK Percentages of Color #42235f

%31
%63
%0
%63

Triadic Colors of #42235f

#42235f #5f4223 #235f42

Analogous Colors of #42235f

#42235f #5f235e #24235f

Monochromatic Colors of #42235f

#42235f

Complementary Color

#42235f #405f23

#42235f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42235f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42235f Color CSS Codes

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

#42235f Text Font Color

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

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


#42235f Background Color

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

This div background color is #42235f


#42235f Border Color

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

This div border color is #42235f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42235f


Comments

No comments written yet.

Please login to write comment.