Color Hex Logo

#251eaf Color Hex

#251EAF
(37,30,175)
0 Favorites   0 Comments

Color spaces of #251eaf

RGB 3730175
HSL0.670.710.40
HSV243°83°69°
CMYK 0.790.830.00   0.31
XYZ8.96514.417040.9375
Yxy4.41700.16500.0813
Hunter Lab21.016739.3638-100.7769
CIE-Lab25.004750.8573-73.6523

#251eaf color RGB value is (37,30,175).

#251eaf hex color red value is 37, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #251eaf hue: 0.67 , saturation: 0.71 and the lightness value of 251eaf is 0.40.

The process color (four color CMYK) of #251eaf color hex is 0.79, 0.83, 0.00, 0.31. Web safe color of #251eaf is #333399. Color #251eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011110 10101111
Octal 45 36 257
Decimal 37 30 175
Hex 25 1E AF

RGB Percentages of Color #251eaf

%15.29
%12.40
%72.31

CMYK Percentages of Color #251eaf

%79
%83
%0
%31

Triadic Colors of #251eaf

#251eaf #af251e #1eaf25

Analogous Colors of #251eaf

#251eaf #6e1eaf #1e60af

Monochromatic Colors of #251eaf

#251eaf

Complementary Color

#251eaf #a8af1e

#251eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#251eaf Color CSS Codes

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

#251eaf Text Font Color

<p style="color:#251eaf">Text here</p>

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


#251eaf Background Color

<div style="background-color:#251eaf">
Div content here</div>

This div background color is #251eaf


#251eaf Border Color

<div style="border:3px solid #251eaf">
Div here</div>

This div border color is #251eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,30,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #251eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #251eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #251eaf;
  box-shadow:         1px 1px 3px 2px #251eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251eaf


Comments

No comments written yet.

Please login to write comment.