Color Hex Logo

#25094d Color Hex

#25094D
(37,9,77)
0 Favorites   0 Comments

Color spaces of #25094d

RGB 37977
HSL0.740.790.17
HSV265°88°30°
CMYK 0.520.880.00   0.70
XYZ2.20021.12457.1223
Yxy1.12450.21060.1076
Hunter Lab10.604218.4783-32.3989
CIE-Lab9.988330.4803-35.7768

#25094d color RGB value is (37,9,77).

#25094d hex color red value is 37, green value is 9 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #25094d hue: 0.74 , saturation: 0.79 and the lightness value of 25094d is 0.17.

The process color (four color CMYK) of #25094d color hex is 0.52, 0.88, 0.00, 0.70. Web safe color of #25094d is #330066. Color #25094d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001001 01001101
Octal 45 11 115
Decimal 37 9 77
Hex 25 9 4D

RGB Percentages of Color #25094d

%30.08
%7.32
%62.60

CMYK Percentages of Color #25094d

%52
%88
%0
%70

Triadic Colors of #25094d

#25094d #4d2509 #094d25

Analogous Colors of #25094d

#25094d #47094d #090f4d

Monochromatic Colors of #25094d

#25094d

Complementary Color

#25094d #314d09

#25094d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25094d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25094d Color CSS Codes

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

#25094d Text Font Color

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

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


#25094d Background Color

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

This div background color is #25094d


#25094d Border Color

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

This div border color is #25094d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,9,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25094d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25094d;
  -webkit-box-shadow: 1px 1px 3px 2px #25094d;
  box-shadow:         1px 1px 3px 2px #25094d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25094d


Comments

No comments written yet.

Please login to write comment.