Color Hex Logo

#250fb5 Color Hex

#250FB5
(37,15,181)
0 Favorites   0 Comments

Color spaces of #250fb5

RGB 3715181
HSL0.690.850.38
HSV248°92°71°
CMYK 0.800.920.00   0.29
XYZ9.27434.071244.0131
Yxy4.07120.16170.0710
Hunter Lab20.177246.7360-115.2068
CIE-Lab23.905458.1826-79.0756

#250fb5 color RGB value is (37,15,181).

#250fb5 hex color red value is 37, green value is 15 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #250fb5 hue: 0.69 , saturation: 0.85 and the lightness value of 250fb5 is 0.38.

The process color (four color CMYK) of #250fb5 color hex is 0.80, 0.92, 0.00, 0.29. Web safe color of #250fb5 is #3300cc. Color #250fb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001111 10110101
Octal 45 17 265
Decimal 37 15 181
Hex 25 F B5

RGB Percentages of Color #250fb5

%15.88
%6.44
%77.68

CMYK Percentages of Color #250fb5

%80
%92
%0
%29

Triadic Colors of #250fb5

#250fb5 #b5250f #0fb525

Analogous Colors of #250fb5

#250fb5 #780fb5 #0f4cb5

Monochromatic Colors of #250fb5

#250fb5

Complementary Color

#250fb5 #9fb50f

#250fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#250fb5 Color CSS Codes

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

#250fb5 Text Font Color

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

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


#250fb5 Background Color

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

This div background color is #250fb5


#250fb5 Border Color

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

This div border color is #250fb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250fb5


Comments

No comments written yet.

Please login to write comment.