Color Hex Logo

#250336 Color Hex

#250336
(37,3,54)
0 Favorites   0 Comments

Color spaces of #250336

RGB 37354
HSL0.780.890.11
HSV280°94°21°
CMYK 0.310.940.00   0.79
XYZ1.46140.72483.5529
Yxy0.72480.25460.1263
Hunter Lab8.513515.7420-18.7837
CIE-Lab6.547127.1456-25.0361

#250336 color RGB value is (37,3,54).

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

The process color (four color CMYK) of #250336 color hex is 0.31, 0.94, 0.00, 0.79. Web safe color of #250336 is #330033. Color #250336 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000011 00110110
Octal 45 3 66
Decimal 37 3 54
Hex 25 3 36

RGB Percentages of Color #250336

%39.36
%3.19
%57.45

CMYK Percentages of Color #250336

%31
%94
%0
%79

Triadic Colors of #250336

#250336 #362503 #033625

Analogous Colors of #250336

#250336 #36032e #0c0336

Monochromatic Colors of #250336

#250336

Complementary Color

#250336 #143603

#250336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250336 Color CSS Codes

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

#250336 Text Font Color

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

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


#250336 Background Color

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

This div background color is #250336


#250336 Border Color

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

This div border color is #250336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250336


Comments

No comments written yet.

Please login to write comment.