Color Hex Logo

#276bdd Color Hex

#276BDD
(39,107,221)
0 Favorites   0 Comments

Color spaces of #276bdd

RGB 39107221
HSL0.600.730.51
HSV218°82°87°
CMYK 0.820.520.00   0.13
XYZ19.145516.167270.5181
Yxy16.16720.18090.1528
Hunter Lab40.208514.6291-75.8376
CIE-Lab47.193120.7139-64.0852

#276bdd color RGB value is (39,107,221).

#276bdd hex color red value is 39, green value is 107 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #276bdd hue: 0.60 , saturation: 0.73 and the lightness value of 276bdd is 0.51.

The process color (four color CMYK) of #276bdd color hex is 0.82, 0.52, 0.00, 0.13. Web safe color of #276bdd is #3366cc. Color #276bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101011 11011101
Octal 47 153 335
Decimal 39 107 221
Hex 27 6B DD

RGB Percentages of Color #276bdd

%10.63
%29.16
%60.22

CMYK Percentages of Color #276bdd

%82
%52
%0
%13

Triadic Colors of #276bdd

#276bdd #dd276b #6bdd27

Analogous Colors of #276bdd

#276bdd #3e27dd #27c6dd

Monochromatic Colors of #276bdd

#276bdd

Complementary Color

#276bdd #dd9927

#276bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#276bdd Color CSS Codes

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

#276bdd Text Font Color

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

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


#276bdd Background Color

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

This div background color is #276bdd


#276bdd Border Color

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

This div border color is #276bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,107,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #276bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #276bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #276bdd;
  box-shadow:         1px 1px 3px 2px #276bdd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276bdd


Comments

No comments written yet.

Please login to write comment.