Color Hex Logo

#42065b Color Hex

#42065B
(66,6,91)
0 Favorites   0 Comments

Color spaces of #42065b

RGB 66691
HSL0.780.880.19
HSV282°93°36°
CMYK 0.270.930.00   0.64
XYZ4.20022.043810.0707
Yxy2.04380.25740.1253
Hunter Lab14.296227.4249-31.7586
CIE-Lab15.715440.0677-35.7657

#42065b color RGB value is (66,6,91).

#42065b hex color red value is 66, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #42065b hue: 0.78 , saturation: 0.88 and the lightness value of 42065b is 0.19.

The process color (four color CMYK) of #42065b color hex is 0.27, 0.93, 0.00, 0.64. Web safe color of #42065b is #330066. Color #42065b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00000110 01011011
Octal 102 6 133
Decimal 66 6 91
Hex 42 6 5B

RGB Percentages of Color #42065b

%40.49
%3.68
%55.83

CMYK Percentages of Color #42065b

%27
%93
%0
%64

Triadic Colors of #42065b

#42065b #5b4206 #065b42

Analogous Colors of #42065b

#42065b #5b0649 #18065b

Monochromatic Colors of #42065b

#42065b

Complementary Color

#42065b #1f5b06

#42065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42065b Color CSS Codes

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

#42065b Text Font Color

<p style="color:#42065b">Text here</p>

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


#42065b Background Color

<div style="background-color:#42065b">
Div content here</div>

This div background color is #42065b


#42065b Border Color

<div style="border:3px solid #42065b">
Div here</div>

This div border color is #42065b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,6,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42065b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42065b;
  -webkit-box-shadow: 1px 1px 3px 2px #42065b;
  box-shadow:         1px 1px 3px 2px #42065b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42065b


Comments

No comments written yet.

Please login to write comment.