Color Hex Logo

#252cae Color Hex

#252CAE
(37,44,174)
0 Favorites   0 Comments

Color spaces of #252cae

RGB 3744174
HSL0.660.650.41
HSV237°79°68°
CMYK 0.790.750.00   0.32
XYZ9.30365.250740.5675
Yxy5.25070.16880.0953
Hunter Lab22.914432.3735-88.9265
CIE-Lab27.437443.2009-69.0218

#252cae color RGB value is (37,44,174).

#252cae hex color red value is 37, green value is 44 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #252cae hue: 0.66 , saturation: 0.65 and the lightness value of 252cae is 0.41.

The process color (four color CMYK) of #252cae color hex is 0.79, 0.75, 0.00, 0.32. Web safe color of #252cae is #333399. Color #252cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101100 10101110
Octal 45 54 256
Decimal 37 44 174
Hex 25 2C AE

RGB Percentages of Color #252cae

%14.51
%17.25
%68.24

CMYK Percentages of Color #252cae

%79
%75
%0
%32

Triadic Colors of #252cae

#252cae #ae252c #2cae25

Analogous Colors of #252cae

#252cae #6225ae #2571ae

Monochromatic Colors of #252cae

#252cae

Complementary Color

#252cae #aea725

#252cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#252cae Color CSS Codes

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

#252cae Text Font Color

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

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


#252cae Background Color

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

This div background color is #252cae


#252cae Border Color

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

This div border color is #252cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,44,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 #252cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252cae


Comments

No comments written yet.

Please login to write comment.