Color Hex Logo

#250832 Color Hex

#250832
(37,8,50)
0 Favorites   0 Comments

Color spaces of #250832

RGB 37850
HSL0.780.720.11
HSV281°84°20°
CMYK 0.260.840.00   0.80
XYZ1.42550.79733.0964
Yxy0.79730.26800.1499
Hunter Lab8.929212.8707-14.3098
CIE-Lab7.201923.2963-21.0434

#250832 color RGB value is (37,8,50).

#250832 hex color red value is 37, green value is 8 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #250832 hue: 0.78 , saturation: 0.72 and the lightness value of 250832 is 0.11.

The process color (four color CMYK) of #250832 color hex is 0.26, 0.84, 0.00, 0.80. Web safe color of #250832 is #330033. Color #250832 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001000 00110010
Octal 45 10 62
Decimal 37 8 50
Hex 25 8 32

RGB Percentages of Color #250832

%38.95
%8.42
%52.63

CMYK Percentages of Color #250832

%26
%84
%0
%80

Triadic Colors of #250832

#250832 #322508 #083225

Analogous Colors of #250832

#250832 #32082a #100832

Monochromatic Colors of #250832

#250832

Complementary Color

#250832 #153208

#250832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250832 Color CSS Codes

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

#250832 Text Font Color

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

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


#250832 Background Color

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

This div background color is #250832


#250832 Border Color

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

This div border color is #250832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250832


Comments

No comments written yet.

Please login to write comment.