Color Hex Logo

#252138 Color Hex

#252138
(37,33,56)
0 Favorites   0 Comments

Color spaces of #252138

RGB 373356
HSL0.700.260.17
HSV250°41°22°
CMYK 0.340.410.00   0.78
XYZ2.02061.76663.9759
Yxy1.76660.26030.2276
Hunter Lab13.29143.8764-8.4317
CIE-Lab14.21148.2894-14.2636

#252138 color RGB value is (37,33,56).

#252138 hex color red value is 37, green value is 33 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #252138 hue: 0.70 , saturation: 0.26 and the lightness value of 252138 is 0.17.

The process color (four color CMYK) of #252138 color hex is 0.34, 0.41, 0.00, 0.78. Web safe color of #252138 is #333333. Color #252138 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100001 00111000
Octal 45 41 70
Decimal 37 33 56
Hex 25 21 38

RGB Percentages of Color #252138

%29.37
%26.19
%44.44

CMYK Percentages of Color #252138

%34
%41
%0
%78

Triadic Colors of #252138

#252138 #382521 #213825

Analogous Colors of #252138

#252138 #312138 #212938

Monochromatic Colors of #252138

#252138

Complementary Color

#252138 #343821

#252138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252138 Color CSS Codes

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

#252138 Text Font Color

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

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


#252138 Background Color

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

This div background color is #252138


#252138 Border Color

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

This div border color is #252138


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,33,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #252138; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #252138;
  -webkit-box-shadow: 1px 1px 3px 2px #252138;
  box-shadow:         1px 1px 3px 2px #252138; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252138


Comments

No comments written yet.

Please login to write comment.