Color Hex Logo

#276cea Color Hex

#276CEA
(39,108,234)
0 Favorites   0 Comments

Color spaces of #276cea

RGB 39108234
HSL0.610.820.54
HSV219°83°92°
CMYK 0.830.540.00   0.08
XYZ21.050517.097080.0325
Yxy17.09700.17810.1447
Hunter Lab41.348518.5143-85.8153
CIE-Lab48.382025.0047-69.4916

#276cea color RGB value is (39,108,234).

#276cea hex color red value is 39, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #276cea hue: 0.61 , saturation: 0.82 and the lightness value of 276cea is 0.54.

The process color (four color CMYK) of #276cea color hex is 0.83, 0.54, 0.00, 0.08. Web safe color of #276cea is #3366ff. Color #276cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101100 11101010
Octal 47 154 352
Decimal 39 108 234
Hex 27 6C EA

RGB Percentages of Color #276cea

%10.24
%28.35
%61.42

CMYK Percentages of Color #276cea

%83
%54
%0
%8

Triadic Colors of #276cea

#276cea #ea276c #6cea27

Analogous Colors of #276cea

#276cea #4327ea #27ceea

Monochromatic Colors of #276cea

#276cea

Complementary Color

#276cea #eaa527

#276cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#276cea Color CSS Codes

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

#276cea Text Font Color

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

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


#276cea Background Color

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

This div background color is #276cea


#276cea Border Color

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

This div border color is #276cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276cea


Comments

No comments written yet.

Please login to write comment.