Color Hex Logo

#25106d Color Hex

#25106D
(37,16,109)
0 Favorites   0 Comments

Color spaces of #25106d

RGB 3716109
HSL0.700.740.25
HSV254°85°43°
CMYK 0.660.850.00   0.57
XYZ3.70861.868014.6331
Yxy1.86800.18350.0924
Hunter Lab13.667524.5170-53.9117
CIE-Lab14.778736.9207-49.3778

#25106d color RGB value is (37,16,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010000 01101101
Octal 45 20 155
Decimal 37 16 109
Hex 25 10 6D

RGB Percentages of Color #25106d

%22.84
%9.88
%67.28

CMYK Percentages of Color #25106d

%66
%85
%0
%57

Triadic Colors of #25106d

#25106d #6d2510 #106d25

Analogous Colors of #25106d

#25106d #54106d #10296d

Monochromatic Colors of #25106d

#25106d

Complementary Color

#25106d #586d10

#25106d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25106d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25106d Color CSS Codes

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

#25106d Text Font Color

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

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


#25106d Background Color

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

This div background color is #25106d


#25106d Border Color

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

This div border color is #25106d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25106d


Comments

No comments written yet.

Please login to write comment.