Color Hex Logo

#06051d Color Hex

#06051D
(6,5,29)
0 Favorites   0 Comments

Color spaces of #06051d

RGB 6529
HSL0.670.710.07
HSV243°83°11°
CMYK 0.790.830.00   0.89
XYZ0.35110.23601.1894
Yxy0.23600.19760.1328
Hunter Lab4.85804.3992-11.1156
CIE-Lab2.13185.1938-13.1148

#06051d color RGB value is (6,5,29).

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

The process color (four color CMYK) of #06051d color hex is 0.79, 0.83, 0.00, 0.89. Web safe color of #06051d is #000033. Color #06051d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00000101 00011101
Octal 6 5 35
Decimal 6 5 29
Hex 6 5 1D

RGB Percentages of Color #06051d

%15.00
%12.50
%72.50

CMYK Percentages of Color #06051d

%79
%83
%0
%89

Triadic Colors of #06051d

#06051d #1d0605 #051d06

Analogous Colors of #06051d

#06051d #12051d #05101d

Monochromatic Colors of #06051d

#06051d

Complementary Color

#06051d #1c1d05

#06051d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06051d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06051d Color CSS Codes

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

#06051d Text Font Color

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

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


#06051d Background Color

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

This div background color is #06051d


#06051d Border Color

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

This div border color is #06051d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06051d


Comments

No comments written yet.

Please login to write comment.