Color Hex Logo

#250063 Color Hex

#250063
(37,0,99)
0 Favorites   0 Comments

Color spaces of #250063

RGB 37099
HSL0.731.000.19
HSV262°100°39°
CMYK 0.631.000.00   0.61
XYZ3.01511.294211.8953
Yxy1.29420.18610.0799
Hunter Lab11.376327.4000-54.0315
CIE-Lab11.234940.8878-48.6530

#250063 color RGB value is (37,0,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000000 01100011
Octal 45 0 143
Decimal 37 0 99
Hex 25 0 63

RGB Percentages of Color #250063

%27.21
%0.00
%72.79

CMYK Percentages of Color #250063

%63
%100
%0
%61

Triadic Colors of #250063

#250063 #632500 #006325

Analogous Colors of #250063

#250063 #570063 #000c63

Monochromatic Colors of #250063

#250063

Complementary Color

#250063 #3e6300

#250063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250063 Color CSS Codes

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

#250063 Text Font Color

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

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


#250063 Background Color

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

This div background color is #250063


#250063 Border Color

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

This div border color is #250063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250063


Comments

No comments written yet.

Please login to write comment.