Color Hex Logo

#42307c Color Hex

#42307C
(66,48,124)
0 Favorites   0 Comments

Color spaces of #42307c

RGB 6648124
HSL0.710.440.34
HSV254°61°49°
CMYK 0.470.610.00   0.51
XYZ6.94184.727419.6154
Yxy4.72740.22190.1511
Hunter Lab21.742618.9405-38.2696
CIE-Lab25.943628.2095-40.6394

#42307c color RGB value is (66,48,124).

#42307c hex color red value is 66, green value is 48 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #42307c hue: 0.71 , saturation: 0.44 and the lightness value of 42307c is 0.34.

The process color (four color CMYK) of #42307c color hex is 0.47, 0.61, 0.00, 0.51. Web safe color of #42307c is #333366. Color #42307c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110000 01111100
Octal 102 60 174
Decimal 66 48 124
Hex 42 30 7C

RGB Percentages of Color #42307c

%27.73
%20.17
%52.10

CMYK Percentages of Color #42307c

%47
%61
%0
%51

Triadic Colors of #42307c

#42307c #7c4230 #307c42

Analogous Colors of #42307c

#42307c #68307c #30447c

Monochromatic Colors of #42307c

#42307c

Complementary Color

#42307c #6a7c30

#42307c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42307c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42307c Color CSS Codes

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

#42307c Text Font Color

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

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


#42307c Background Color

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

This div background color is #42307c


#42307c Border Color

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

This div border color is #42307c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42307c


Comments

No comments written yet.

Please login to write comment.