Color Hex Logo

#276090 Color Hex

#276090
(39,96,144)
0 Favorites   0 Comments

Color spaces of #276090

RGB 3996144
HSL0.580.570.36
HSV207°73°56°
CMYK 0.730.330.00   0.44
XYZ10.053610.810727.9423
Yxy10.81070.20600.2215
Hunter Lab32.8796-2.9594-27.3710
CIE-Lab39.2598-1.7251-31.8201

#276090 color RGB value is (39,96,144).

#276090 hex color red value is 39, green value is 96 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #276090 hue: 0.58 , saturation: 0.57 and the lightness value of 276090 is 0.36.

The process color (four color CMYK) of #276090 color hex is 0.73, 0.33, 0.00, 0.44. Web safe color of #276090 is #336699. Color #276090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01100000 10010000
Octal 47 140 220
Decimal 39 96 144
Hex 27 60 90

RGB Percentages of Color #276090

%13.98
%34.41
%51.61

CMYK Percentages of Color #276090

%73
%33
%0
%44

Triadic Colors of #276090

#276090 #902760 #609027

Analogous Colors of #276090

#276090 #272b90 #27908c

Monochromatic Colors of #276090

#276090

Complementary Color

#276090 #905727

#276090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#276090 Color CSS Codes

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

#276090 Text Font Color

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

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


#276090 Background Color

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

This div background color is #276090


#276090 Border Color

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

This div border color is #276090


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,96,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #276090; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #276090;
  -webkit-box-shadow: 1px 1px 3px 2px #276090;
  box-shadow:         1px 1px 3px 2px #276090; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276090


Comments

No comments written yet.

Please login to write comment.