Color Hex Logo

#250daa Color Hex

#250DAA
(37,13,170)
0 Favorites   0 Comments

Color spaces of #250daa

RGB 3713170
HSL0.690.860.36
HSV249°92°67°
CMYK 0.780.920.00   0.33
XYZ8.16263.583438.2917
Yxy3.58340.16310.0716
Hunter Lab18.929943.8423-106.6820
CIE-Lab22.243455.7550-75.2339

#250daa color RGB value is (37,13,170).

#250daa hex color red value is 37, green value is 13 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #250daa hue: 0.69 , saturation: 0.86 and the lightness value of 250daa is 0.36.

The process color (four color CMYK) of #250daa color hex is 0.78, 0.92, 0.00, 0.33. Web safe color of #250daa is #330099. Color #250daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001101 10101010
Octal 45 15 252
Decimal 37 13 170
Hex 25 D AA

RGB Percentages of Color #250daa

%16.82
%5.91
%77.27

CMYK Percentages of Color #250daa

%78
%92
%0
%33

Triadic Colors of #250daa

#250daa #aa250d #0daa25

Analogous Colors of #250daa

#250daa #740daa #0d44aa

Monochromatic Colors of #250daa

#250daa

Complementary Color

#250daa #92aa0d

#250daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#250daa Color CSS Codes

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

#250daa Text Font Color

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

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


#250daa Background Color

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

This div background color is #250daa


#250daa Border Color

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

This div border color is #250daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250daa


Comments

No comments written yet.

Please login to write comment.