Color Hex Logo

#25167c Color Hex

#25167C
(37,22,124)
0 Favorites   0 Comments

Color spaces of #25167c

RGB 3722124
HSL0.690.700.29
HSV249°82°49°
CMYK 0.700.820.00   0.51
XYZ4.68792.422419.2893
Yxy2.42240.17760.0918
Hunter Lab15.564126.5271-62.5861
CIE-Lab17.564038.6928-54.4576

#25167c color RGB value is (37,22,124).

#25167c hex color red value is 37, green value is 22 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #25167c hue: 0.69 , saturation: 0.70 and the lightness value of 25167c is 0.29.

The process color (four color CMYK) of #25167c color hex is 0.70, 0.82, 0.00, 0.51. Web safe color of #25167c is #330066. Color #25167c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00010110 01111100
Octal 45 26 174
Decimal 37 22 124
Hex 25 16 7C

RGB Percentages of Color #25167c

%20.22
%12.02
%67.76

CMYK Percentages of Color #25167c

%70
%82
%0
%51

Triadic Colors of #25167c

#25167c #7c2516 #167c25

Analogous Colors of #25167c

#25167c #58167c #163a7c

Monochromatic Colors of #25167c

#25167c

Complementary Color

#25167c #6d7c16

#25167c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25167c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25167c Color CSS Codes

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

#25167c Text Font Color

<p style="color:#25167c">Text here</p>

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


#25167c Background Color

<div style="background-color:#25167c">
Div content here</div>

This div background color is #25167c


#25167c Border Color

<div style="border:3px solid #25167c">
Div here</div>

This div border color is #25167c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,22,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25167c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25167c;
  -webkit-box-shadow: 1px 1px 3px 2px #25167c;
  box-shadow:         1px 1px 3px 2px #25167c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25167c


Comments

No comments written yet.

Please login to write comment.