Color Hex Logo

#25065d Color Hex

#25065D
(37,6,93)
0 Favorites   0 Comments

Color spaces of #25065d

RGB 37693
HSL0.730.880.19
HSV261°94°36°
CMYK 0.600.940.00   0.64
XYZ2.80391.313910.4617
Yxy1.31390.19230.0901
Hunter Lab11.462523.6041-46.0893
CIE-Lab11.372436.5096-44.4095

#25065d color RGB value is (37,6,93).

#25065d hex color red value is 37, green value is 6 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #25065d hue: 0.73 , saturation: 0.88 and the lightness value of 25065d is 0.19.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000110 01011101
Octal 45 6 135
Decimal 37 6 93
Hex 25 6 5D

RGB Percentages of Color #25065d

%27.21
%4.41
%68.38

CMYK Percentages of Color #25065d

%60
%94
%0
%64

Triadic Colors of #25065d

#25065d #5d2506 #065d25

Analogous Colors of #25065d

#25065d #51065d #06125d

Monochromatic Colors of #25065d

#25065d

Complementary Color

#25065d #3e5d06

#25065d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25065d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25065d Color CSS Codes

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

#25065d Text Font Color

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

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


#25065d Background Color

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

This div background color is #25065d


#25065d Border Color

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

This div border color is #25065d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25065d


Comments

No comments written yet.

Please login to write comment.