Color Hex Logo

#250750 Color Hex

#250750
(37,7,80)
0 Favorites   0 Comments

Color spaces of #250750

RGB 37780
HSL0.740.840.17
HSV265°91°31°
CMYK 0.540.910.00   0.69
XYZ2.28691.12457.6859
Yxy1.12450.20610.1013
Hunter Lab10.604219.9377-35.5501
CIE-Lab9.988332.3280-37.8487

#250750 color RGB value is (37,7,80).

#250750 hex color red value is 37, green value is 7 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #250750 hue: 0.74 , saturation: 0.84 and the lightness value of 250750 is 0.17.

The process color (four color CMYK) of #250750 color hex is 0.54, 0.91, 0.00, 0.69. Web safe color of #250750 is #330066. Color #250750 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000111 01010000
Octal 45 7 120
Decimal 37 7 80
Hex 25 7 50

RGB Percentages of Color #250750

%29.84
%5.65
%64.52

CMYK Percentages of Color #250750

%54
%91
%0
%69

Triadic Colors of #250750

#250750 #502507 #075025

Analogous Colors of #250750

#250750 #4a0750 #070e50

Monochromatic Colors of #250750

#250750

Complementary Color

#250750 #325007

#250750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250750 Color CSS Codes

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

#250750 Text Font Color

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

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


#250750 Background Color

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

This div background color is #250750


#250750 Border Color

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

This div border color is #250750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250750


Comments

No comments written yet.

Please login to write comment.