Color Hex Logo

#252d6b Color Hex

#252D6B
(37,45,107)
0 Favorites   0 Comments

Color spaces of #252d6b

RGB 3745107
HSL0.650.490.28
HSV233°65°42°
CMYK 0.650.580.00   0.58
XYZ4.35523.331614.3234
Yxy3.33160.19790.1514
Hunter Lab18.252710.6490-33.7497
CIE-Lab21.325818.0334-37.3618

#252d6b color RGB value is (37,45,107).

#252d6b hex color red value is 37, green value is 45 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #252d6b hue: 0.65 , saturation: 0.49 and the lightness value of 252d6b is 0.28.

The process color (four color CMYK) of #252d6b color hex is 0.65, 0.58, 0.00, 0.58. Web safe color of #252d6b is #333366. Color #252d6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101101 01101011
Octal 45 55 153
Decimal 37 45 107
Hex 25 2D 6B

RGB Percentages of Color #252d6b

%19.58
%23.81
%56.61

CMYK Percentages of Color #252d6b

%65
%58
%0
%58

Triadic Colors of #252d6b

#252d6b #6b252d #2d6b25

Analogous Colors of #252d6b

#252d6b #40256b #25506b

Monochromatic Colors of #252d6b

#252d6b

Complementary Color

#252d6b #6b6325

#252d6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252d6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#252d6b Color CSS Codes

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

#252d6b Text Font Color

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

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


#252d6b Background Color

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

This div background color is #252d6b


#252d6b Border Color

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

This div border color is #252d6b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,45,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #252d6b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #252d6b;
  -webkit-box-shadow: 1px 1px 3px 2px #252d6b;
  box-shadow:         1px 1px 3px 2px #252d6b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252d6b


Comments

No comments written yet.

Please login to write comment.