Color Hex Logo

#276afa Color Hex

#276AFA
(39,106,250)
0 Favorites   0 Comments

Color spaces of #276afa

RGB 39106250
HSL0.610.950.57
HSV221°84°98°
CMYK 0.840.580.00   0.02
XYZ23.246117.641592.6224
Yxy17.64150.17410.1321
Hunter Lab42.001825.2886-101.3451
CIE-Lab49.058432.2611-77.3331

#276afa color RGB value is (39,106,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101010 11111010
Octal 47 152 372
Decimal 39 106 250
Hex 27 6A FA

RGB Percentages of Color #276afa

%9.87
%26.84
%63.29

CMYK Percentages of Color #276afa

%84
%58
%0
%2

Triadic Colors of #276afa

#276afa #fa276a #6afa27

Analogous Colors of #276afa

#276afa #4d27fa #27d4fa

Monochromatic Colors of #276afa

#276afa

Complementary Color

#276afa #fab727

#276afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#276afa Color CSS Codes

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

#276afa Text Font Color

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

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


#276afa Background Color

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

This div background color is #276afa


#276afa Border Color

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

This div border color is #276afa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,106,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 #276afa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276afa


Comments

No comments written yet.

Please login to write comment.