Color Hex Logo

#255993 Color Hex

#255993
(37,89,147)
0 Favorites   0 Comments

Color spaces of #255993

RGB 3789147
HSL0.590.600.36
HSV212°75°58°
CMYK 0.750.390.00   0.42
XYZ9.60189.644728.9593
Yxy9.64470.19920.2001
Hunter Lab31.05590.8404-33.5481
CIE-Lab37.19713.5694-36.9002

#255993 color RGB value is (37,89,147).

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

The process color (four color CMYK) of #255993 color hex is 0.75, 0.39, 0.00, 0.42. Web safe color of #255993 is #336699. Color #255993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011001 10010011
Octal 45 131 223
Decimal 37 89 147
Hex 25 59 93

RGB Percentages of Color #255993

%13.55
%32.60
%53.85

CMYK Percentages of Color #255993

%75
%39
%0
%42

Triadic Colors of #255993

#255993 #932559 #599325

Analogous Colors of #255993

#255993 #282593 #259093

Monochromatic Colors of #255993

#255993

Complementary Color

#255993 #935f25

#255993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255993 Color CSS Codes

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

#255993 Text Font Color

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

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


#255993 Background Color

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

This div background color is #255993


#255993 Border Color

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

This div border color is #255993


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,89,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 #255993">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255993


Comments

No comments written yet.

Please login to write comment.