Color Hex Logo

#061452 Color Hex

#061452
(6,20,82)
0 Favorites   0 Comments

Color spaces of #061452

RGB 62082
HSL0.640.860.17
HSV229°93°32°
CMYK 0.930.760.00   0.68
XYZ1.84831.14828.1069
Yxy1.14820.16650.1034
Hunter Lab10.715412.0375-37.3559
CIE-Lab10.169621.6563-39.0185

#061452 color RGB value is (6,20,82).

#061452 hex color red value is 6, green value is 20 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #061452 hue: 0.64 , saturation: 0.86 and the lightness value of 061452 is 0.17.

The process color (four color CMYK) of #061452 color hex is 0.93, 0.76, 0.00, 0.68. Web safe color of #061452 is #000066. Color #061452 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00010100 01010010
Octal 6 24 122
Decimal 6 20 82
Hex 6 14 52

RGB Percentages of Color #061452

%5.56
%18.52
%75.93

CMYK Percentages of Color #061452

%93
%76
%0
%68

Triadic Colors of #061452

#061452 #520614 #145206

Analogous Colors of #061452

#061452 #1e0652 #063a52

Monochromatic Colors of #061452

#061452

Complementary Color

#061452 #524406

#061452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#061452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#061452 Color CSS Codes

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

#061452 Text Font Color

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

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


#061452 Background Color

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

This div background color is #061452


#061452 Border Color

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

This div border color is #061452


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,20,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #061452; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #061452;
  -webkit-box-shadow: 1px 1px 3px 2px #061452;
  box-shadow:         1px 1px 3px 2px #061452; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #061452


Comments

No comments written yet.

Please login to write comment.