Color Hex Logo

#252aeb Color Hex

#252AEB
(37,42,235)
0 Favorites   0 Comments

Color spaces of #252aeb

RGB 3742235
HSL0.660.830.53
HSV238°84°92°
CMYK 0.840.820.00   0.08
XYZ16.58638.047479.2764
Yxy8.04740.15960.0774
Hunter Lab28.367954.7223-145.8329
CIE-Lab34.081463.5409-93.5776

#252aeb color RGB value is (37,42,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101010 11101011
Octal 45 52 353
Decimal 37 42 235
Hex 25 2A EB

RGB Percentages of Color #252aeb

%11.78
%13.38
%74.84

CMYK Percentages of Color #252aeb

%84
%82
%0
%8

Triadic Colors of #252aeb

#252aeb #eb252a #2aeb25

Analogous Colors of #252aeb

#252aeb #8325eb #258deb

Monochromatic Colors of #252aeb

#252aeb

Complementary Color

#252aeb #ebe625

#252aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#252aeb Color CSS Codes

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

#252aeb Text Font Color

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

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


#252aeb Background Color

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

This div background color is #252aeb


#252aeb Border Color

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

This div border color is #252aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252aeb


Comments

No comments written yet.

Please login to write comment.