Color Hex Logo

#25335d Color Hex

#25335D
(37,51,93)
0 Favorites   0 Comments

Color spaces of #25335d

RGB 375193
HSL0.630.430.25
HSV225°60°36°
CMYK 0.600.450.00   0.64
XYZ3.92263.551310.8346
Yxy3.55130.21430.1940
Hunter Lab18.84494.1765-20.8965
CIE-Lab22.12898.4401-26.9395

#25335d color RGB value is (37,51,93).

#25335d hex color red value is 37, green value is 51 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #25335d hue: 0.63 , saturation: 0.43 and the lightness value of 25335d is 0.25.

The process color (four color CMYK) of #25335d color hex is 0.60, 0.45, 0.00, 0.64. Web safe color of #25335d is #333366. Color #25335d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110011 01011101
Octal 45 63 135
Decimal 37 51 93
Hex 25 33 5D

RGB Percentages of Color #25335d

%20.44
%28.18
%51.38

CMYK Percentages of Color #25335d

%60
%45
%0
%64

Triadic Colors of #25335d

#25335d #5d2533 #335d25

Analogous Colors of #25335d

#25335d #33255d #254f5d

Monochromatic Colors of #25335d

#25335d

Complementary Color

#25335d #5d4f25

#25335d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25335d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25335d Color CSS Codes

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

#25335d Text Font Color

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

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


#25335d Background Color

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

This div background color is #25335d


#25335d Border Color

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

This div border color is #25335d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25335d


Comments

No comments written yet.

Please login to write comment.