Color Hex Logo

#276ecd Color Hex

#276ECD
(39,110,205)
0 Favorites   0 Comments

Color spaces of #276ecd

RGB 39110205
HSL0.600.680.48
HSV214°81°80°
CMYK 0.810.460.00   0.20
XYZ17.432115.991059.9254
Yxy15.99100.18670.1713
Hunter Lab39.98877.8323-60.8573
CIE-Lab46.962712.6890-55.3442

#276ecd color RGB value is (39,110,205).

#276ecd hex color red value is 39, green value is 110 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #276ecd hue: 0.60 , saturation: 0.68 and the lightness value of 276ecd is 0.48.

The process color (four color CMYK) of #276ecd color hex is 0.81, 0.46, 0.00, 0.20. Web safe color of #276ecd is #3366cc. Color #276ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101110 11001101
Octal 47 156 315
Decimal 39 110 205
Hex 27 6E CD

RGB Percentages of Color #276ecd

%11.02
%31.07
%57.91

CMYK Percentages of Color #276ecd

%81
%46
%0
%20

Triadic Colors of #276ecd

#276ecd #cd276e #6ecd27

Analogous Colors of #276ecd

#276ecd #3327cd #27c1cd

Monochromatic Colors of #276ecd

#276ecd

Complementary Color

#276ecd #cd8627

#276ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#276ecd Color CSS Codes

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

#276ecd Text Font Color

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

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


#276ecd Background Color

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

This div background color is #276ecd


#276ecd Border Color

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

This div border color is #276ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276ecd


Comments

No comments written yet.

Please login to write comment.