Color Hex Logo

#25136d Color Hex

#25136D
(37,19,109)
0 Favorites   0 Comments

Color spaces of #25136d

RGB 3719109
HSL0.700.700.25
HSV252°83°43°
CMYK 0.660.830.00   0.57
XYZ3.75611.963214.6490
Yxy1.96320.18440.0964
Hunter Lab14.011423.3312-52.1799
CIE-Lab15.292935.4252-48.5283

#25136d color RGB value is (37,19,109).

#25136d hex color red value is 37, green value is 19 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #25136d hue: 0.70 , saturation: 0.70 and the lightness value of 25136d is 0.25.

The process color (four color CMYK) of #25136d color hex is 0.66, 0.83, 0.00, 0.57. Web safe color of #25136d is #330066. Color #25136d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010011 01101101
Octal 45 23 155
Decimal 37 19 109
Hex 25 13 6D

RGB Percentages of Color #25136d

%22.42
%11.52
%66.06

CMYK Percentages of Color #25136d

%66
%83
%0
%57

Triadic Colors of #25136d

#25136d #6d2513 #136d25

Analogous Colors of #25136d

#25136d #52136d #132e6d

Monochromatic Colors of #25136d

#25136d

Complementary Color

#25136d #5b6d13

#25136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25136d Color CSS Codes

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

#25136d Text Font Color

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

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


#25136d Background Color

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

This div background color is #25136d


#25136d Border Color

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

This div border color is #25136d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25136d


Comments

No comments written yet.

Please login to write comment.