Color Hex Logo

#250569 Color Hex

#250569
(37,5,105)
0 Favorites   0 Comments

Color spaces of #250569

RGB 375105
HSL0.720.910.22
HSV259°95°41°
CMYK 0.650.950.00   0.59
XYZ3.36701.521813.4809
Yxy1.52180.18330.0828
Hunter Lab12.336127.1312-56.1567
CIE-Lab12.746040.3069-50.1198

#250569 color RGB value is (37,5,105).

#250569 hex color red value is 37, green value is 5 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #250569 hue: 0.72 , saturation: 0.91 and the lightness value of 250569 is 0.22.

The process color (four color CMYK) of #250569 color hex is 0.65, 0.95, 0.00, 0.59. Web safe color of #250569 is #330066. Color #250569 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000101 01101001
Octal 45 5 151
Decimal 37 5 105
Hex 25 5 69

RGB Percentages of Color #250569

%25.17
%3.40
%71.43

CMYK Percentages of Color #250569

%65
%95
%0
%59

Triadic Colors of #250569

#250569 #692505 #056925

Analogous Colors of #250569

#250569 #570569 #051769

Monochromatic Colors of #250569

#250569

Complementary Color

#250569 #496905

#250569 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250569 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250569 Color CSS Codes

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

#250569 Text Font Color

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

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


#250569 Background Color

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

This div background color is #250569


#250569 Border Color

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

This div border color is #250569


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250569


Comments

No comments written yet.

Please login to write comment.