Color Hex Logo

#0250ef Color Hex

#0250EF
(2,80,239)
0 Favorites   0 Comments

Color spaces of #0250ef

RGB 280239
HSL0.610.980.47
HSV220°99°94°
CMYK 0.990.670.00   0.06
XYZ18.473711.982283.0005
Yxy11.98220.16280.1056
Hunter Lab34.615334.6861-117.9347
CIE-Lab41.187843.1296-84.0996

#0250ef color RGB value is (2,80,239).

#0250ef hex color red value is 2, green value is 80 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #0250ef hue: 0.61 , saturation: 0.98 and the lightness value of 0250ef is 0.47.

The process color (four color CMYK) of #0250ef color hex is 0.99, 0.67, 0.00, 0.06. Web safe color of #0250ef is #0066ff. Color #0250ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01010000 11101111
Octal 2 120 357
Decimal 2 80 239
Hex 2 50 EF

RGB Percentages of Color #0250ef

%0.62
%24.92
%74.45

CMYK Percentages of Color #0250ef

%99
%67
%0
%6

Triadic Colors of #0250ef

#0250ef #ef0250 #50ef02

Analogous Colors of #0250ef

#0250ef #2a02ef #02c7ef

Monochromatic Colors of #0250ef

#0250ef

Complementary Color

#0250ef #efa102

#0250ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0250ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0250ef Color CSS Codes

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

#0250ef Text Font Color

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

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


#0250ef Background Color

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

This div background color is #0250ef


#0250ef Border Color

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

This div border color is #0250ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0250ef


Comments

No comments written yet.

Please login to write comment.