Color Hex Logo

#250aed Color Hex

#250AED
(37,10,237)
0 Favorites   0 Comments

Color spaces of #250aed

RGB 3710237
HSL0.690.920.48
HSV247°96°93°
CMYK 0.840.960.00   0.07
XYZ16.15766.724880.5672
Yxy6.72480.15620.0650
Hunter Lab25.932265.8367-166.0519
CIE-Lab31.172073.6530-99.5651

#250aed color RGB value is (37,10,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001010 11101101
Octal 45 12 355
Decimal 37 10 237
Hex 25 A ED

RGB Percentages of Color #250aed

%13.03
%3.52
%83.45

CMYK Percentages of Color #250aed

%84
%96
%0
%7

Triadic Colors of #250aed

#250aed #ed250a #0aed25

Analogous Colors of #250aed

#250aed #970aed #0a61ed

Monochromatic Colors of #250aed

#250aed

Complementary Color

#250aed #d2ed0a

#250aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#250aed Color CSS Codes

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

#250aed Text Font Color

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

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


#250aed Background Color

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

This div background color is #250aed


#250aed Border Color

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

This div border color is #250aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250aed


Comments

No comments written yet.

Please login to write comment.