Color Hex Logo

#276ccf Color Hex

#276CCF
(39,108,207)
0 Favorites   0 Comments

Color spaces of #276ccf

RGB 39108207
HSL0.600.680.48
HSV215°81°81°
CMYK 0.810.480.00   0.19
XYZ17.461715.661561.1341
Yxy15.66150.18530.1662
Hunter Lab39.57469.5049-63.8878
CIE-Lab46.527214.7267-57.1896

#276ccf color RGB value is (39,108,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01101100 11001111
Octal 47 154 317
Decimal 39 108 207
Hex 27 6C CF

RGB Percentages of Color #276ccf

%11.02
%30.51
%58.47

CMYK Percentages of Color #276ccf

%81
%48
%0
%19

Triadic Colors of #276ccf

#276ccf #cf276c #6ccf27

Analogous Colors of #276ccf

#276ccf #3627cf #27c0cf

Monochromatic Colors of #276ccf

#276ccf

Complementary Color

#276ccf #cf8a27

#276ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#276ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#276ccf Color CSS Codes

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

#276ccf Text Font Color

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

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


#276ccf Background Color

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

This div background color is #276ccf


#276ccf Border Color

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

This div border color is #276ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #276ccf


Comments

No comments written yet.

Please login to write comment.