Color Hex Logo

#252cac Color Hex

#252CAC
(37,44,172)
0 Favorites   0 Comments

Color spaces of #252cac

RGB 3744172
HSL0.660.650.41
HSV237°78°67°
CMYK 0.780.740.00   0.33
XYZ9.11005.173239.5481
Yxy5.17320.16920.0961
Hunter Lab22.744731.6920-87.1713
CIE-Lab27.222642.5170-68.1764

#252cac color RGB value is (37,44,172).

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

The process color (four color CMYK) of #252cac color hex is 0.78, 0.74, 0.00, 0.33. Web safe color of #252cac is #333399. Color #252cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101100 10101100
Octal 45 54 254
Decimal 37 44 172
Hex 25 2C AC

RGB Percentages of Color #252cac

%14.62
%17.39
%67.98

CMYK Percentages of Color #252cac

%78
%74
%0
%33

Triadic Colors of #252cac

#252cac #ac252c #2cac25

Analogous Colors of #252cac

#252cac #6125ac #2570ac

Monochromatic Colors of #252cac

#252cac

Complementary Color

#252cac #aca525

#252cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#252cac Color CSS Codes

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

#252cac Text Font Color

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

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


#252cac Background Color

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

This div background color is #252cac


#252cac Border Color

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

This div border color is #252cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252cac


Comments

No comments written yet.

Please login to write comment.