Color Hex Logo

#250680 Color Hex

#250680
(37,6,128)
0 Favorites   0 Comments

Color spaces of #250680

RGB 376128
HSL0.710.910.26
HSV255°95°50°
CMYK 0.710.950.00   0.50
XYZ4.72442.082120.5750
Yxy2.08210.17250.0760
Hunter Lab14.429533.1916-74.4410
CIE-Lab15.912346.2866-59.7474

#250680 color RGB value is (37,6,128).

#250680 hex color red value is 37, green value is 6 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #250680 hue: 0.71 , saturation: 0.91 and the lightness value of 250680 is 0.26.

The process color (four color CMYK) of #250680 color hex is 0.71, 0.95, 0.00, 0.50. Web safe color of #250680 is #330099. Color #250680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000110 10000000
Octal 45 6 200
Decimal 37 6 128
Hex 25 6 80

RGB Percentages of Color #250680

%21.64
%3.51
%74.85

CMYK Percentages of Color #250680

%71
%95
%0
%50

Triadic Colors of #250680

#250680 #802506 #068025

Analogous Colors of #250680

#250680 #620680 #062480

Monochromatic Colors of #250680

#250680

Complementary Color

#250680 #618006

#250680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250680 Color CSS Codes

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

#250680 Text Font Color

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

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


#250680 Background Color

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

This div background color is #250680


#250680 Border Color

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

This div border color is #250680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250680


Comments

No comments written yet.

Please login to write comment.