Color Hex Logo

#250aeb Color Hex

#250AEB
(37,10,235)
0 Favorites   0 Comments

Color spaces of #250aeb

RGB 3710235
HSL0.690.920.48
HSV247°96°92°
CMYK 0.840.960.00   0.08
XYZ15.86696.608679.0366
Yxy6.60860.15630.0651
Hunter Lab25.707265.1855-164.2917
CIE-Lab30.898773.1598-98.8834

#250aeb color RGB value is (37,10,235).

#250aeb hex color red value is 37, green value is 10 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #250aeb hue: 0.69 , saturation: 0.92 and the lightness value of 250aeb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001010 11101011
Octal 45 12 353
Decimal 37 10 235
Hex 25 A EB

RGB Percentages of Color #250aeb

%13.12
%3.55
%83.33

CMYK Percentages of Color #250aeb

%84
%96
%0
%8

Triadic Colors of #250aeb

#250aeb #eb250a #0aeb25

Analogous Colors of #250aeb

#250aeb #960aeb #0a5feb

Monochromatic Colors of #250aeb

#250aeb

Complementary Color

#250aeb #d0eb0a

#250aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#250aeb Color CSS Codes

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

#250aeb Text Font Color

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

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


#250aeb Background Color

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

This div background color is #250aeb


#250aeb Border Color

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

This div border color is #250aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250aeb


Comments

No comments written yet.

Please login to write comment.