Color Hex Logo

#06052d Color Hex

#06052D
(6,5,45)
0 Favorites   0 Comments

Color spaces of #06052d

RGB 6545
HSL0.670.800.10
HSV242°89°18°
CMYK 0.870.890.00   0.82
XYZ0.60300.33672.5158
Yxy0.33670.17450.0974
Hunter Lab5.80268.3951-21.6443
CIE-Lab3.041411.5918-24.1342

#06052d color RGB value is (6,5,45).

#06052d hex color red value is 6, green value is 5 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #06052d hue: 0.67 , saturation: 0.80 and the lightness value of 06052d is 0.10.

The process color (four color CMYK) of #06052d color hex is 0.87, 0.89, 0.00, 0.82. Web safe color of #06052d is #000033. Color #06052d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000101 00101101
Octal 6 5 55
Decimal 6 5 45
Hex 6 5 2D

RGB Percentages of Color #06052d

%10.71
%8.93
%80.36

CMYK Percentages of Color #06052d

%87
%89
%0
%82

Triadic Colors of #06052d

#06052d #2d0605 #052d06

Analogous Colors of #06052d

#06052d #1a052d #05182d

Monochromatic Colors of #06052d

#06052d

Complementary Color

#06052d #2c2d05

#06052d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06052d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06052d Color CSS Codes

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

#06052d Text Font Color

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

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


#06052d Background Color

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

This div background color is #06052d


#06052d Border Color

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

This div border color is #06052d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,5,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06052d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06052d;
  -webkit-box-shadow: 1px 1px 3px 2px #06052d;
  box-shadow:         1px 1px 3px 2px #06052d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06052d


Comments

No comments written yet.

Please login to write comment.