Color Hex Logo

#250a6b Color Hex

#250A6B
(37,10,107)
0 Favorites   0 Comments

Color spaces of #250a6b

RGB 3710107
HSL0.710.830.23
HSV257°91°42°
CMYK 0.650.910.00   0.58
XYZ3.52531.671914.0468
Yxy1.67190.18320.0869
Hunter Lab12.930226.0385-55.3589
CIE-Lab13.661638.8944-49.9169

#250a6b color RGB value is (37,10,107).

#250a6b hex color red value is 37, green value is 10 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #250a6b hue: 0.71 , saturation: 0.83 and the lightness value of 250a6b is 0.23.

The process color (four color CMYK) of #250a6b color hex is 0.65, 0.91, 0.00, 0.58. Web safe color of #250a6b is #330066. Color #250a6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001010 01101011
Octal 45 12 153
Decimal 37 10 107
Hex 25 A 6B

RGB Percentages of Color #250a6b

%24.03
%6.49
%69.48

CMYK Percentages of Color #250a6b

%65
%91
%0
%58

Triadic Colors of #250a6b

#250a6b #6b250a #0a6b25

Analogous Colors of #250a6b

#250a6b #550a6b #0a206b

Monochromatic Colors of #250a6b

#250a6b

Complementary Color

#250a6b #506b0a

#250a6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250a6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#250a6b Color CSS Codes

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

#250a6b Text Font Color

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

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


#250a6b Background Color

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

This div background color is #250a6b


#250a6b Border Color

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

This div border color is #250a6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250a6b


Comments

No comments written yet.

Please login to write comment.