Color Hex Logo

#258593 Color Hex

#258593
(37,133,147)
0 Favorites   0 Comments

Color spaces of #258593

RGB 37133147
HSL0.520.600.36
HSV188°75°58°
CMYK 0.750.100.00   0.42
XYZ14.416919.275030.5643
Yxy19.27500.22440.3000
Hunter Lab43.9033-18.2152-10.5438
CIE-Lab51.0074-22.1712-15.4228

#258593 color RGB value is (37,133,147).

#258593 hex color red value is 37, green value is 133 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #258593 hue: 0.52 , saturation: 0.60 and the lightness value of 258593 is 0.36.

The process color (four color CMYK) of #258593 color hex is 0.75, 0.10, 0.00, 0.42. Web safe color of #258593 is #339999. Color #258593 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000101 10010011
Octal 45 205 223
Decimal 37 133 147
Hex 25 85 93

RGB Percentages of Color #258593

%11.67
%41.96
%46.37

CMYK Percentages of Color #258593

%75
%10
%0
%42

Triadic Colors of #258593

#258593 #932585 #859325

Analogous Colors of #258593

#258593 #254e93 #25936a

Monochromatic Colors of #258593

#258593

Complementary Color

#258593 #933325

#258593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#258593 Color CSS Codes

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

#258593 Text Font Color

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

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


#258593 Background Color

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

This div background color is #258593


#258593 Border Color

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

This div border color is #258593


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,133,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #258593; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #258593;
  -webkit-box-shadow: 1px 1px 3px 2px #258593;
  box-shadow:         1px 1px 3px 2px #258593; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,133,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258593


Comments

No comments written yet.

Please login to write comment.