Color Hex Logo

#26507d Color Hex

#26507D
(38,80,125)
0 Favorites   0 Comments

Color spaces of #26507d

RGB 3880125
HSL0.590.530.32
HSV211°70°49°
CMYK 0.700.360.00   0.51
XYZ7.36977.630120.4864
Yxy7.63010.20770.2150
Hunter Lab27.6226-0.7159-24.6367
CIE-Lab33.20031.1394-29.7755

#26507d color RGB value is (38,80,125).

#26507d hex color red value is 38, green value is 80 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #26507d hue: 0.59 , saturation: 0.53 and the lightness value of 26507d is 0.32.

The process color (four color CMYK) of #26507d color hex is 0.70, 0.36, 0.00, 0.51. Web safe color of #26507d is #336666. Color #26507d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01010000 01111101
Octal 46 120 175
Decimal 38 80 125
Hex 26 50 7D

RGB Percentages of Color #26507d

%15.64
%32.92
%51.44

CMYK Percentages of Color #26507d

%70
%36
%0
%51

Triadic Colors of #26507d

#26507d #7d2650 #507d26

Analogous Colors of #26507d

#26507d #27267d #267c7d

Monochromatic Colors of #26507d

#26507d

Complementary Color

#26507d #7d5326

#26507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#26507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#26507d Color CSS Codes

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

#26507d Text Font Color

<p style="color:#26507d">Text here</p>

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


#26507d Background Color

<div style="background-color:#26507d">
Div content here</div>

This div background color is #26507d


#26507d Border Color

<div style="border:3px solid #26507d">
Div here</div>

This div border color is #26507d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,80,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #26507d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #26507d;
  -webkit-box-shadow: 1px 1px 3px 2px #26507d;
  box-shadow:         1px 1px 3px 2px #26507d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #26507d


Comments

No comments written yet.

Please login to write comment.