Color Hex Logo

#25064d Color Hex

#25064D
(37,6,77)
0 Favorites   0 Comments

Color spaces of #25064d

RGB 37677
HSL0.740.860.16
HSV266°92°30°
CMYK 0.520.920.00   0.70
XYZ2.16761.05947.1114
Yxy1.05940.20970.1025
Hunter Lab10.292719.5791-33.7595
CIE-Lab9.476831.9778-36.6176

#25064d color RGB value is (37,6,77).

#25064d hex color red value is 37, green value is 6 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #25064d hue: 0.74 , saturation: 0.86 and the lightness value of 25064d is 0.16.

The process color (four color CMYK) of #25064d color hex is 0.52, 0.92, 0.00, 0.70. Web safe color of #25064d is #330066. Color #25064d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000110 01001101
Octal 45 6 115
Decimal 37 6 77
Hex 25 6 4D

RGB Percentages of Color #25064d

%30.83
%5.00
%64.17

CMYK Percentages of Color #25064d

%52
%92
%0
%70

Triadic Colors of #25064d

#25064d #4d2506 #064d25

Analogous Colors of #25064d

#25064d #49064d #060b4d

Monochromatic Colors of #25064d

#25064d

Complementary Color

#25064d #2e4d06

#25064d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25064d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25064d Color CSS Codes

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

#25064d Text Font Color

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

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


#25064d Background Color

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

This div background color is #25064d


#25064d Border Color

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

This div border color is #25064d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25064d


Comments

No comments written yet.

Please login to write comment.