Color Hex Logo

#250250 Color Hex

#250250
(37,2,80)
0 Favorites   0 Comments

Color spaces of #250250

RGB 37280
HSL0.740.950.16
HSV267°98°31°
CMYK 0.540.980.00   0.69
XYZ2.23261.01597.6678
Yxy1.01590.20450.0931
Hunter Lab10.079221.9002-38.0498
CIE-Lab9.123234.9052-39.2753

#250250 color RGB value is (37,2,80).

#250250 hex color red value is 37, green value is 2 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #250250 hue: 0.74 , saturation: 0.95 and the lightness value of 250250 is 0.16.

The process color (four color CMYK) of #250250 color hex is 0.54, 0.98, 0.00, 0.69. Web safe color of #250250 is #330066. Color #250250 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000010 01010000
Octal 45 2 120
Decimal 37 2 80
Hex 25 2 50

RGB Percentages of Color #250250

%31.09
%1.68
%67.23

CMYK Percentages of Color #250250

%54
%98
%0
%69

Triadic Colors of #250250

#250250 #502502 #025025

Analogous Colors of #250250

#250250 #4c0250 #020650

Monochromatic Colors of #250250

#250250

Complementary Color

#250250 #2d5002

#250250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250250 Color CSS Codes

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

#250250 Text Font Color

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

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


#250250 Background Color

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

This div background color is #250250


#250250 Border Color

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

This div border color is #250250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250250

#250250 Color Palettes


Comments

No comments written yet.

Please login to write comment.