Color Hex Logo

#276dfa Color Hex

#276DFA
(39,109,250)
0 Favorites   0 Comments

Color spaces of #276dfa

RGB 39109250
HSL0.610.950.57
HSV220°84°98°
CMYK 0.840.560.00   0.02
XYZ23.560718.270792.7273
Yxy18.27070.17510.1358
Hunter Lab42.744223.5871-98.6999
CIE-Lab49.822830.3704-76.0866

#276dfa color RGB value is (39,109,250).

#276dfa hex color red value is 39, green value is 109 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #276dfa hue: 0.61 , saturation: 0.95 and the lightness value of 276dfa is 0.57.

The process color (four color CMYK) of #276dfa color hex is 0.84, 0.56, 0.00, 0.02. Web safe color of #276dfa is #3366ff. Color #276dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101101 11111010
Octal 47 155 372
Decimal 39 109 250
Hex 27 6D FA

RGB Percentages of Color #276dfa

%9.80
%27.39
%62.81

CMYK Percentages of Color #276dfa

%84
%56
%0
%2

Triadic Colors of #276dfa

#276dfa #fa276d #6dfa27

Analogous Colors of #276dfa

#276dfa #4b27fa #27d7fa

Monochromatic Colors of #276dfa

#276dfa

Complementary Color

#276dfa #fab427

#276dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#276dfa Color CSS Codes

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

#276dfa Text Font Color

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

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


#276dfa Background Color

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

This div background color is #276dfa


#276dfa Border Color

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

This div border color is #276dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.