Color Hex Logo

#252faf Color Hex

#252FAF
(37,47,175)
0 Favorites   0 Comments

Color spaces of #252faf

RGB 3747175
HSL0.650.650.42
HSV236°79°69°
CMYK 0.790.730.00   0.31
XYZ9.51735.521541.1216
Yxy5.52150.16950.0983
Hunter Lab23.497931.1763-87.3098
CIE-Lab28.171741.7869-68.4081

#252faf color RGB value is (37,47,175).

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

The process color (four color CMYK) of #252faf color hex is 0.79, 0.73, 0.00, 0.31. Web safe color of #252faf is #333399. Color #252faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101111 10101111
Octal 45 57 257
Decimal 37 47 175
Hex 25 2F AF

RGB Percentages of Color #252faf

%14.29
%18.15
%67.57

CMYK Percentages of Color #252faf

%79
%73
%0
%31

Triadic Colors of #252faf

#252faf #af252f #2faf25

Analogous Colors of #252faf

#252faf #6025af #2574af

Monochromatic Colors of #252faf

#252faf

Complementary Color

#252faf #afa525

#252faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#252faf Color CSS Codes

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

#252faf Text Font Color

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

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


#252faf Background Color

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

This div background color is #252faf


#252faf Border Color

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

This div border color is #252faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252faf


Comments

No comments written yet.

Please login to write comment.