Color Hex Logo

#251bae Color Hex

#251BAE
(37,27,174)
0 Favorites   0 Comments

Color spaces of #251bae

RGB 3727174
HSL0.680.730.39
HSV244°84°68°
CMYK 0.790.840.00   0.32
XYZ8.79494.233240.3979
Yxy4.23320.16460.0792
Hunter Lab20.574740.2960-102.0119
CIE-Lab24.427951.8941-74.0098

#251bae color RGB value is (37,27,174).

#251bae hex color red value is 37, green value is 27 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #251bae hue: 0.68 , saturation: 0.73 and the lightness value of 251bae is 0.39.

The process color (four color CMYK) of #251bae color hex is 0.79, 0.84, 0.00, 0.32. Web safe color of #251bae is #333399. Color #251bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011011 10101110
Octal 45 33 256
Decimal 37 27 174
Hex 25 1B AE

RGB Percentages of Color #251bae

%15.55
%11.34
%73.11

CMYK Percentages of Color #251bae

%79
%84
%0
%32

Triadic Colors of #251bae

#251bae #ae251b #1bae25

Analogous Colors of #251bae

#251bae #6f1bae #1b5bae

Monochromatic Colors of #251bae

#251bae

Complementary Color

#251bae #a4ae1b

#251bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#251bae Color CSS Codes

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

#251bae Text Font Color

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

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


#251bae Background Color

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

This div background color is #251bae


#251bae Border Color

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

This div border color is #251bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251bae


Comments

No comments written yet.

Please login to write comment.