Color Hex Logo

#25213f Color Hex

#25213F
(37,33,63)
0 Favorites   0 Comments

Color spaces of #25213f

RGB 373363
HSL0.690.310.19
HSV248°48°25°
CMYK 0.410.480.00   0.75
XYZ2.20401.83994.9416
Yxy1.83990.24530.2048
Hunter Lab13.56435.2661-12.1049
CIE-Lab14.623610.5826-18.5406

#25213f color RGB value is (37,33,63).

#25213f hex color red value is 37, green value is 33 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #25213f hue: 0.69 , saturation: 0.31 and the lightness value of 25213f is 0.19.

The process color (four color CMYK) of #25213f color hex is 0.41, 0.48, 0.00, 0.75. Web safe color of #25213f is #333333. Color #25213f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100001 00111111
Octal 45 41 77
Decimal 37 33 63
Hex 25 21 3F

RGB Percentages of Color #25213f

%27.82
%24.81
%47.37

CMYK Percentages of Color #25213f

%41
%48
%0
%75

Triadic Colors of #25213f

#25213f #3f2521 #213f25

Analogous Colors of #25213f

#25213f #34213f #212c3f

Monochromatic Colors of #25213f

#25213f

Complementary Color

#25213f #3b3f21

#25213f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25213f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25213f Color CSS Codes

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

#25213f Text Font Color

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

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


#25213f Background Color

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

This div background color is #25213f


#25213f Border Color

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

This div border color is #25213f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,33,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25213f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25213f;
  -webkit-box-shadow: 1px 1px 3px 2px #25213f;
  box-shadow:         1px 1px 3px 2px #25213f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25213f


Comments

No comments written yet.

Please login to write comment.