Color Hex Logo

#252aca Color Hex

#252ACA
(37,42,202)
0 Favorites   0 Comments

Color spaces of #252aca

RGB 3742202
HSL0.660.690.47
HSV238°82°79°
CMYK 0.820.790.00   0.21
XYZ12.25166.313556.4500
Yxy6.31350.16330.0842
Hunter Lab25.126743.0637-115.6132
CIE-Lab30.190053.4788-81.0308

#252aca color RGB value is (37,42,202).

#252aca hex color red value is 37, green value is 42 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #252aca hue: 0.66 , saturation: 0.69 and the lightness value of 252aca is 0.47.

The process color (four color CMYK) of #252aca color hex is 0.82, 0.79, 0.00, 0.21. Web safe color of #252aca is #3333cc. Color #252aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101010 11001010
Octal 45 52 312
Decimal 37 42 202
Hex 25 2A CA

RGB Percentages of Color #252aca

%13.17
%14.95
%71.89

CMYK Percentages of Color #252aca

%82
%79
%0
%21

Triadic Colors of #252aca

#252aca #ca252a #2aca25

Analogous Colors of #252aca

#252aca #7325ca #257dca

Monochromatic Colors of #252aca

#252aca

Complementary Color

#252aca #cac525

#252aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#252aca Color CSS Codes

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

#252aca Text Font Color

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

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


#252aca Background Color

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

This div background color is #252aca


#252aca Border Color

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

This div border color is #252aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252aca


Comments

No comments written yet.

Please login to write comment.