Color Hex Logo

#2529af Color Hex

#2529AF
(37,41,175)
0 Favorites   0 Comments

Color spaces of #2529af

RGB 3741175
HSL0.660.650.42
HSV238°79°69°
CMYK 0.790.770.00   0.31
XYZ9.29385.074341.0470
Yxy5.07430.16770.0916
Hunter Lab22.526234.2242-92.2692
CIE-Lab26.945445.2405-70.4349

#2529af color RGB value is (37,41,175).

#2529af hex color red value is 37, green value is 41 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2529af hue: 0.66 , saturation: 0.65 and the lightness value of 2529af is 0.42.

The process color (four color CMYK) of #2529af color hex is 0.79, 0.77, 0.00, 0.31. Web safe color of #2529af is #333399. Color #2529af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101001 10101111
Octal 45 51 257
Decimal 37 41 175
Hex 25 29 AF

RGB Percentages of Color #2529af

%14.62
%16.21
%69.17

CMYK Percentages of Color #2529af

%79
%77
%0
%31

Triadic Colors of #2529af

#2529af #af2529 #29af25

Analogous Colors of #2529af

#2529af #6625af #256eaf

Monochromatic Colors of #2529af

#2529af

Complementary Color

#2529af #afab25

#2529af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2529af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2529af Color CSS Codes

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

#2529af Text Font Color

<p style="color:#2529af">Text here</p>

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


#2529af Background Color

<div style="background-color:#2529af">
Div content here</div>

This div background color is #2529af


#2529af Border Color

<div style="border:3px solid #2529af">
Div here</div>

This div border color is #2529af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,41,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2529af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2529af;
  -webkit-box-shadow: 1px 1px 3px 2px #2529af;
  box-shadow:         1px 1px 3px 2px #2529af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2529af


Comments

No comments written yet.

Please login to write comment.