Color Hex Logo

#276eca Color Hex

#276ECA
(39,110,202)
0 Favorites   0 Comments

Color spaces of #276eca

RGB 39110202
HSL0.590.680.47
HSV214°81°79°
CMYK 0.810.460.00   0.21
XYZ17.073315.847558.0361
Yxy15.84750.18770.1742
Hunter Lab39.80896.8897-58.5707
CIE-Lab46.773811.5407-53.9290

#276eca color RGB value is (39,110,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101110 11001010
Octal 47 156 312
Decimal 39 110 202
Hex 27 6E CA

RGB Percentages of Color #276eca

%11.11
%31.34
%57.55

CMYK Percentages of Color #276eca

%81
%46
%0
%21

Triadic Colors of #276eca

#276eca #ca276e #6eca27

Analogous Colors of #276eca

#276eca #3227ca #27c0ca

Monochromatic Colors of #276eca

#276eca

Complementary Color

#276eca #ca8327

#276eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#276eca Color CSS Codes

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

#276eca Text Font Color

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

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


#276eca Background Color

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

This div background color is #276eca


#276eca Border Color

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

This div border color is #276eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276eca


Comments

No comments written yet.

Please login to write comment.