Color Hex Logo

#252bac Color Hex

#252BAC
(37,43,172)
0 Favorites   0 Comments

Color spaces of #252bac

RGB 3743172
HSL0.660.650.41
HSV237°78°67°
CMYK 0.780.750.00   0.33
XYZ9.07325.099639.5358
Yxy5.09960.16890.0949
Hunter Lab22.582332.1994-87.9940
CIE-Lab27.016743.0962-68.5168

#252bac color RGB value is (37,43,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101011 10101100
Octal 45 53 254
Decimal 37 43 172
Hex 25 2B AC

RGB Percentages of Color #252bac

%14.68
%17.06
%68.25

CMYK Percentages of Color #252bac

%78
%75
%0
%33

Triadic Colors of #252bac

#252bac #ac252b #2bac25

Analogous Colors of #252bac

#252bac #6325ac #256fac

Monochromatic Colors of #252bac

#252bac

Complementary Color

#252bac #aca625

#252bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#252bac Color CSS Codes

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

#252bac Text Font Color

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

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


#252bac Background Color

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

This div background color is #252bac


#252bac Border Color

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

This div border color is #252bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252bac


Comments

No comments written yet.

Please login to write comment.