Color Hex Logo

#252130 Color Hex

#252130
(37,33,48)
0 Favorites   0 Comments

Color spaces of #252130

RGB 373348
HSL0.710.190.16
HSV256°31°19°
CMYK 0.230.310.00   0.81
XYZ1.84031.69443.0264
Yxy1.69440.28050.2582
Hunter Lab13.01692.4563-4.6729
CIE-Lab13.79415.8393-9.2141

#252130 color RGB value is (37,33,48).

#252130 hex color red value is 37, green value is 33 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #252130 hue: 0.71 , saturation: 0.19 and the lightness value of 252130 is 0.16.

The process color (four color CMYK) of #252130 color hex is 0.23, 0.31, 0.00, 0.81. Web safe color of #252130 is #333333. Color #252130 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100001 00110000
Octal 45 41 60
Decimal 37 33 48
Hex 25 21 30

RGB Percentages of Color #252130

%31.36
%27.97
%40.68

CMYK Percentages of Color #252130

%23
%31
%0
%81

Triadic Colors of #252130

#252130 #302521 #213025

Analogous Colors of #252130

#252130 #2d2130 #212530

Monochromatic Colors of #252130

#252130

Complementary Color

#252130 #2c3021

#252130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252130 Color CSS Codes

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

#252130 Text Font Color

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

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


#252130 Background Color

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

This div background color is #252130


#252130 Border Color

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

This div border color is #252130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252130


Comments

No comments written yet.

Please login to write comment.