Color Hex Logo

#252fea Color Hex

#252FEA
(37,47,234)
0 Favorites   0 Comments

Color spaces of #252fea

RGB 3747234
HSL0.660.820.53
HSV237°84°92°
CMYK 0.840.800.00   0.08
XYZ16.63078.366978.5803
Yxy8.36690.16060.0808
Hunter Lab28.925652.0084-140.8214
CIE-Lab34.735660.9701-91.9216

#252fea color RGB value is (37,47,234).

#252fea hex color red value is 37, green value is 47 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #252fea hue: 0.66 , saturation: 0.82 and the lightness value of 252fea is 0.53.

The process color (four color CMYK) of #252fea color hex is 0.84, 0.80, 0.00, 0.08. Web safe color of #252fea is #3333ff. Color #252fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101111 11101010
Octal 45 57 352
Decimal 37 47 234
Hex 25 2F EA

RGB Percentages of Color #252fea

%11.64
%14.78
%73.58

CMYK Percentages of Color #252fea

%84
%80
%0
%8

Triadic Colors of #252fea

#252fea #ea252f #2fea25

Analogous Colors of #252fea

#252fea #7e25ea #2592ea

Monochromatic Colors of #252fea

#252fea

Complementary Color

#252fea #eae025

#252fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#252fea Color CSS Codes

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

#252fea Text Font Color

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

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


#252fea Background Color

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

This div background color is #252fea


#252fea Border Color

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

This div border color is #252fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252fea


Comments

No comments written yet.

Please login to write comment.