Color Hex Logo

#250ead Color Hex

#250EAD
(37,14,173)
0 Favorites   0 Comments

Color spaces of #250ead

RGB 3714173
HSL0.690.850.37
HSV249°92°68°
CMYK 0.790.920.00   0.32
XYZ8.46283.724539.8080
Yxy3.72450.16280.0716
Hunter Lab19.299044.5010-108.7883
CIE-Lab22.738956.2910-76.2189

#250ead color RGB value is (37,14,173).

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

The process color (four color CMYK) of #250ead color hex is 0.79, 0.92, 0.00, 0.32. Web safe color of #250ead is #330099. Color #250ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001110 10101101
Octal 45 16 255
Decimal 37 14 173
Hex 25 E AD

RGB Percentages of Color #250ead

%16.52
%6.25
%77.23

CMYK Percentages of Color #250ead

%79
%92
%0
%32

Triadic Colors of #250ead

#250ead #ad250e #0ead25

Analogous Colors of #250ead

#250ead #750ead #0e46ad

Monochromatic Colors of #250ead

#250ead

Complementary Color

#250ead #96ad0e

#250ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#250ead Color CSS Codes

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

#250ead Text Font Color

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

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


#250ead Background Color

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

This div background color is #250ead


#250ead Border Color

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

This div border color is #250ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250ead


Comments

No comments written yet.

Please login to write comment.