Color Hex Logo

#250a90 Color Hex

#250A90
(37,10,144)
0 Favorites   0 Comments

Color spaces of #250a90

RGB 3710144
HSL0.700.870.30
HSV252°93°56°
CMYK 0.740.930.00   0.44
XYZ5.90552.624026.5808
Yxy2.62400.16820.0747
Hunter Lab16.198836.7270-85.9507
CIE-Lab18.470449.4562-65.5653

#250a90 color RGB value is (37,10,144).

#250a90 hex color red value is 37, green value is 10 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #250a90 hue: 0.70 , saturation: 0.87 and the lightness value of 250a90 is 0.30.

The process color (four color CMYK) of #250a90 color hex is 0.74, 0.93, 0.00, 0.44. Web safe color of #250a90 is #330099. Color #250a90 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001010 10010000
Octal 45 12 220
Decimal 37 10 144
Hex 25 A 90

RGB Percentages of Color #250a90

%19.37
%5.24
%75.39

CMYK Percentages of Color #250a90

%74
%93
%0
%44

Triadic Colors of #250a90

#250a90 #90250a #0a9025

Analogous Colors of #250a90

#250a90 #680a90 #0a3290

Monochromatic Colors of #250a90

#250a90

Complementary Color

#250a90 #75900a

#250a90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250a90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250a90 Color CSS Codes

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

#250a90 Text Font Color

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

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


#250a90 Background Color

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

This div background color is #250a90


#250a90 Border Color

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

This div border color is #250a90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250a90


Comments

No comments written yet.

Please login to write comment.