Color Hex Logo

#2672be Color Hex

#2672BE
(38,114,190)
0 Favorites   0 Comments

Color spaces of #2672be

RGB 38114190
HSL0.580.670.45
HSV210°80°75°
CMYK 0.800.400.00   0.25
XYZ16.110916.164450.9861
Yxy16.16440.19350.1941
Hunter Lab40.20501.1696-47.0454
CIE-Lab47.18944.3453-46.3607

#2672be color RGB value is (38,114,190).

#2672be hex color red value is 38, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2672be hue: 0.58 , saturation: 0.67 and the lightness value of 2672be is 0.45.

The process color (four color CMYK) of #2672be color hex is 0.80, 0.40, 0.00, 0.25. Web safe color of #2672be is #3366cc. Color #2672be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01110010 10111110
Octal 46 162 276
Decimal 38 114 190
Hex 26 72 BE

RGB Percentages of Color #2672be

%11.11
%33.33
%55.56

CMYK Percentages of Color #2672be

%80
%40
%0
%25

Triadic Colors of #2672be

#2672be #be2672 #72be26

Analogous Colors of #2672be

#2672be #2626be #26bebe

Monochromatic Colors of #2672be

#2672be

Complementary Color

#2672be #be7226

#2672be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2672be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2672be Color CSS Codes

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

#2672be Text Font Color

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

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


#2672be Background Color

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

This div background color is #2672be


#2672be Border Color

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

This div border color is #2672be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2672be


Comments

No comments written yet.

Please login to write comment.