Color Hex Logo

#25304d Color Hex

#25304D
(37,48,77)
0 Favorites   0 Comments

Color spaces of #25304d

RGB 374877
HSL0.620.350.22
HSV224°52°30°
CMYK 0.520.380.00   0.70
XYZ3.15953.04307.4420
Yxy3.04300.23160.2230
Hunter Lab17.44421.8026-13.0832
CIE-Lab20.21534.6665-19.3322

#25304d color RGB value is (37,48,77).

#25304d hex color red value is 37, green value is 48 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #25304d hue: 0.62 , saturation: 0.35 and the lightness value of 25304d is 0.22.

The process color (four color CMYK) of #25304d color hex is 0.52, 0.38, 0.00, 0.70. Web safe color of #25304d is #333366. Color #25304d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110000 01001101
Octal 45 60 115
Decimal 37 48 77
Hex 25 30 4D

RGB Percentages of Color #25304d

%22.84
%29.63
%47.53

CMYK Percentages of Color #25304d

%52
%38
%0
%70

Triadic Colors of #25304d

#25304d #4d2530 #304d25

Analogous Colors of #25304d

#25304d #2e254d #25444d

Monochromatic Colors of #25304d

#25304d

Complementary Color

#25304d #4d4225

#25304d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25304d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25304d Color CSS Codes

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

#25304d Text Font Color

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

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


#25304d Background Color

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

This div background color is #25304d


#25304d Border Color

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

This div border color is #25304d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25304d


Comments

No comments written yet.

Please login to write comment.