Color Hex Logo

#251b55 Color Hex

#251B55
(37,27,85)
0 Favorites   0 Comments

Color spaces of #251b55

RGB 372785
HSL0.700.520.22
HSV250°68°33°
CMYK 0.560.680.00   0.67
XYZ2.79461.83318.8009
Yxy1.83310.20810.1365
Hunter Lab13.539213.1502-29.0629
CIE-Lab14.585822.4875-33.7399

#251b55 color RGB value is (37,27,85).

#251b55 hex color red value is 37, green value is 27 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #251b55 hue: 0.70 , saturation: 0.52 and the lightness value of 251b55 is 0.22.

The process color (four color CMYK) of #251b55 color hex is 0.56, 0.68, 0.00, 0.67. Web safe color of #251b55 is #333366. Color #251b55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00011011 01010101
Octal 45 33 125
Decimal 37 27 85
Hex 25 1B 55

RGB Percentages of Color #251b55

%24.83
%18.12
%57.05

CMYK Percentages of Color #251b55

%56
%68
%0
%67

Triadic Colors of #251b55

#251b55 #55251b #1b5525

Analogous Colors of #251b55

#251b55 #421b55 #1b2e55

Monochromatic Colors of #251b55

#251b55

Complementary Color

#251b55 #4b551b

#251b55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#251b55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#251b55 Color CSS Codes

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

#251b55 Text Font Color

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

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


#251b55 Background Color

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

This div background color is #251b55


#251b55 Border Color

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

This div border color is #251b55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #251b55


Comments

No comments written yet.

Please login to write comment.