Color Hex Logo

#25125d Color Hex

#25125D
(37,18,93)
0 Favorites   0 Comments

Color spaces of #25125d

RGB 371893
HSL0.710.680.22
HSV255°81°36°
CMYK 0.600.810.00   0.64
XYZ2.95501.616210.5121
Yxy1.61620.19590.1072
Hunter Lab12.713019.2427-40.1266
CIE-Lab13.328530.8048-41.1837

#25125d color RGB value is (37,18,93).

#25125d hex color red value is 37, green value is 18 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #25125d hue: 0.71 , saturation: 0.68 and the lightness value of 25125d is 0.22.

The process color (four color CMYK) of #25125d color hex is 0.60, 0.81, 0.00, 0.64. Web safe color of #25125d is #330066. Color #25125d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010010 01011101
Octal 45 22 135
Decimal 37 18 93
Hex 25 12 5D

RGB Percentages of Color #25125d

%25.00
%12.16
%62.84

CMYK Percentages of Color #25125d

%60
%81
%0
%64

Triadic Colors of #25125d

#25125d #5d2512 #125d25

Analogous Colors of #25125d

#25125d #4b125d #12255d

Monochromatic Colors of #25125d

#25125d

Complementary Color

#25125d #4a5d12

#25125d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25125d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25125d Color CSS Codes

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

#25125d Text Font Color

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

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


#25125d Background Color

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

This div background color is #25125d


#25125d Border Color

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

This div border color is #25125d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25125d


Comments

No comments written yet.

Please login to write comment.