Color Hex Logo

#250060 Color Hex

#250060
(37,0,96)
0 Favorites   0 Comments

Color spaces of #250060

RGB 37096
HSL0.731.000.19
HSV263°100°38°
CMYK 0.611.000.00   0.62
XYZ2.87431.237811.1538
Yxy1.23780.18830.0811
Hunter Lab11.125626.6454-51.6521
CIE-Lab10.833340.1153-47.3159

#250060 color RGB value is (37,0,96).

#250060 hex color red value is 37, green value is 0 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #250060 hue: 0.73 , saturation: 1.00 and the lightness value of 250060 is 0.19.

The process color (four color CMYK) of #250060 color hex is 0.61, 1.00, 0.00, 0.62. Web safe color of #250060 is #330066. Color #250060 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000000 01100000
Octal 45 0 140
Decimal 37 0 96
Hex 25 0 60

RGB Percentages of Color #250060

%27.82
%0.00
%72.18

CMYK Percentages of Color #250060

%61
%100
%0
%62

Triadic Colors of #250060

#250060 #602500 #006025

Analogous Colors of #250060

#250060 #550060 #000b60

Monochromatic Colors of #250060

#250060

Complementary Color

#250060 #3b6000

#250060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250060 Color CSS Codes

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

#250060 Text Font Color

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

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


#250060 Background Color

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

This div background color is #250060


#250060 Border Color

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

This div border color is #250060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250060


Comments

No comments written yet.

Please login to write comment.