Color Hex Logo

#027099 Color Hex

#027099
(2,112,153)
0 Favorites   0 Comments

Color spaces of #027099

RGB 2112153
HSL0.550.970.30
HSV196°99°60°
CMYK 0.990.270.00   0.40
XYZ11.569013.901232.2104
Yxy13.90120.20060.2410
Hunter Lab37.2843-9.8605-25.1224
CIE-Lab44.0909-11.2195-29.6577

#027099 color RGB value is (2,112,153).

#027099 hex color red value is 2, green value is 112 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #027099 hue: 0.55 , saturation: 0.97 and the lightness value of 027099 is 0.30.

The process color (four color CMYK) of #027099 color hex is 0.99, 0.27, 0.00, 0.40. Web safe color of #027099 is #006699. Color #027099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01110000 10011001
Octal 2 160 231
Decimal 2 112 153
Hex 2 70 99

RGB Percentages of Color #027099

%0.75
%41.95
%57.30

CMYK Percentages of Color #027099

%99
%27
%0
%40

Triadic Colors of #027099

#027099 #990270 #709902

Analogous Colors of #027099

#027099 #022599 #029977

Monochromatic Colors of #027099

#027099

Complementary Color

#027099 #992b02

#027099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#027099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#027099 Color CSS Codes

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

#027099 Text Font Color

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

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


#027099 Background Color

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

This div background color is #027099


#027099 Border Color

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

This div border color is #027099


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,112,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #027099; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #027099;
  -webkit-box-shadow: 1px 1px 3px 2px #027099;
  box-shadow:         1px 1px 3px 2px #027099; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #027099


Comments

No comments written yet.

Please login to write comment.