Color Hex Logo

#2672cc Color Hex

#2672CC
(38,114,204)
0 Favorites   0 Comments

Color spaces of #2672cc

RGB 38114204
HSL0.590.690.47
HSV213°81°80°
CMYK 0.810.440.00   0.20
XYZ17.715716.806359.4370
Yxy16.80630.18850.1789
Hunter Lab40.99555.3945-57.2643
CIE-Lab48.01509.6852-53.0833

#2672cc color RGB value is (38,114,204).

#2672cc hex color red value is 38, green value is 114 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2672cc hue: 0.59 , saturation: 0.69 and the lightness value of 2672cc is 0.47.

The process color (four color CMYK) of #2672cc color hex is 0.81, 0.44, 0.00, 0.20. Web safe color of #2672cc is #3366cc. Color #2672cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01110010 11001100
Octal 46 162 314
Decimal 38 114 204
Hex 26 72 CC

RGB Percentages of Color #2672cc

%10.67
%32.02
%57.30

CMYK Percentages of Color #2672cc

%81
%44
%0
%20

Triadic Colors of #2672cc

#2672cc #cc2672 #72cc26

Analogous Colors of #2672cc

#2672cc #2d26cc #26c5cc

Monochromatic Colors of #2672cc

#2672cc

Complementary Color

#2672cc #cc8026

#2672cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2672cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2672cc Color CSS Codes

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

#2672cc Text Font Color

<p style="color:#2672cc">Text here</p>

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


#2672cc Background Color

<div style="background-color:#2672cc">
Div content here</div>

This div background color is #2672cc


#2672cc Border Color

<div style="border:3px solid #2672cc">
Div here</div>

This div border color is #2672cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,114,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2672cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2672cc;
  -webkit-box-shadow: 1px 1px 3px 2px #2672cc;
  box-shadow:         1px 1px 3px 2px #2672cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,114,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2672cc


Comments

No comments written yet.

Please login to write comment.