Color Hex Logo

#25025d Color Hex

#25025D
(37,2,93)
0 Favorites   0 Comments

Color spaces of #25025d

RGB 37293
HSL0.730.960.19
HSV263°98°36°
CMYK 0.600.980.00   0.64
XYZ2.76041.227010.4473
Yxy1.22700.19120.0850
Hunter Lab11.077025.0976-48.1656
CIE-Lab10.755138.3672-45.4317

#25025d color RGB value is (37,2,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000010 01011101
Octal 45 2 135
Decimal 37 2 93
Hex 25 2 5D

RGB Percentages of Color #25025d

%28.03
%1.52
%70.45

CMYK Percentages of Color #25025d

%60
%98
%0
%64

Triadic Colors of #25025d

#25025d #5d2502 #025d25

Analogous Colors of #25025d

#25025d #52025d #020d5d

Monochromatic Colors of #25025d

#25025d

Complementary Color

#25025d #3a5d02

#25025d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25025d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25025d Color CSS Codes

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

#25025d Text Font Color

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

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


#25025d Background Color

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

This div background color is #25025d


#25025d Border Color

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

This div border color is #25025d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25025d


Comments

No comments written yet.

Please login to write comment.