Color Hex Logo

#250bfd Color Hex

#250BFD
(37,11,253)
0 Favorites   0 Comments

Color spaces of #250bfd

RGB 3711253
HSL0.680.980.52
HSV246°96°99°
CMYK 0.850.960.00   0.01
XYZ18.61227.724593.4385
Yxy7.72450.15540.0645
Hunter Lab27.793070.8988-179.8747
CIE-Lab33.402477.4094-104.8810

#250bfd color RGB value is (37,11,253).

#250bfd hex color red value is 37, green value is 11 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #250bfd hue: 0.68 , saturation: 0.98 and the lightness value of 250bfd is 0.52.

The process color (four color CMYK) of #250bfd color hex is 0.85, 0.96, 0.00, 0.01. Web safe color of #250bfd is #3300ff. Color #250bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001011 11111101
Octal 45 13 375
Decimal 37 11 253
Hex 25 B FD

RGB Percentages of Color #250bfd

%12.29
%3.65
%84.05

CMYK Percentages of Color #250bfd

%85
%96
%0
%1

Triadic Colors of #250bfd

#250bfd #fd250b #0bfd25

Analogous Colors of #250bfd

#250bfd #9e0bfd #0b6afd

Monochromatic Colors of #250bfd

#250bfd

Complementary Color

#250bfd #e3fd0b

#250bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#250bfd Color CSS Codes

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

#250bfd Text Font Color

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

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


#250bfd Background Color

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

This div background color is #250bfd


#250bfd Border Color

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

This div border color is #250bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.