Color Hex Logo

#423061 Color Hex

#423061
(66,48,97)
0 Favorites   0 Comments

Color spaces of #423061

RGB 664897
HSL0.730.340.28
HSV262°51°38°
CMYK 0.320.510.00   0.62
XYZ5.46144.135211.8196
Yxy4.13520.25500.1931
Hunter Lab20.335212.3530-20.2270
CIE-Lab24.113520.0384-26.2453

#423061 color RGB value is (66,48,97).

#423061 hex color red value is 66, green value is 48 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #423061 hue: 0.73 , saturation: 0.34 and the lightness value of 423061 is 0.28.

The process color (four color CMYK) of #423061 color hex is 0.32, 0.51, 0.00, 0.62. Web safe color of #423061 is #333366. Color #423061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 00110000 01100001
Octal 102 60 141
Decimal 66 48 97
Hex 42 30 61

RGB Percentages of Color #423061

%31.28
%22.75
%45.97

CMYK Percentages of Color #423061

%32
%51
%0
%62

Triadic Colors of #423061

#423061 #614230 #306142

Analogous Colors of #423061

#423061 #5b3061 #303761

Monochromatic Colors of #423061

#423061

Complementary Color

#423061 #4f6130

#423061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#423061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#423061 Color CSS Codes

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

#423061 Text Font Color

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

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


#423061 Background Color

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

This div background color is #423061


#423061 Border Color

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

This div border color is #423061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #423061


Comments

No comments written yet.

Please login to write comment.