Color Hex Logo

#006582 Color Hex

#006582
(0,101,130)
0 Favorites   0 Comments

Color spaces of #006582

RGB 0101130
HSL0.541.000.25
HSV193°100°51°
CMYK 1.000.220.00   0.49
XYZ8.682910.919122.7690
Yxy10.91910.20490.2577
Hunter Lab33.0441-10.9231-17.7229
CIE-Lab39.4439-13.7941-23.1182

#006582 color RGB value is (0,101,130).

#006582 hex color red value is 0, green value is 101 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #006582 hue: 0.54 , saturation: 1.00 and the lightness value of 006582 is 0.25.

The process color (four color CMYK) of #006582 color hex is 1.00, 0.22, 0.00, 0.49. Web safe color of #006582 is #006699. Color #006582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100101 10000010
Octal 0 145 202
Decimal 0 101 130
Hex 0 65 82

RGB Percentages of Color #006582

%0.00
%43.72
%56.28

CMYK Percentages of Color #006582

%100
%22
%0
%49

Triadic Colors of #006582

#006582 #820065 #658200

Analogous Colors of #006582

#006582 #002482 #00825e

Monochromatic Colors of #006582

#006582

Complementary Color

#006582 #821d00

#006582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006582 Color CSS Codes

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

#006582 Text Font Color

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

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


#006582 Background Color

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

This div background color is #006582


#006582 Border Color

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

This div border color is #006582


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,101,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006582; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006582;
  -webkit-box-shadow: 1px 1px 3px 2px #006582;
  box-shadow:         1px 1px 3px 2px #006582; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,101,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006582


Comments

No comments written yet.

Please login to write comment.