Color Hex Logo

#252bda Color Hex

#252BDA
(37,43,218)
0 Favorites   0 Comments

Color spaces of #252bda

RGB 3743218
HSL0.660.710.50
HSV238°83°85°
CMYK 0.830.800.00   0.15
XYZ14.28177.183066.9634
Yxy7.18300.16150.0812
Hunter Lab26.801148.2166-129.3771
CIE-Lab32.219957.9731-86.9432

#252bda color RGB value is (37,43,218).

#252bda hex color red value is 37, green value is 43 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #252bda hue: 0.66 , saturation: 0.71 and the lightness value of 252bda is 0.50.

The process color (four color CMYK) of #252bda color hex is 0.83, 0.80, 0.00, 0.15. Web safe color of #252bda is #3333cc. Color #252bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101011 11011010
Octal 45 53 332
Decimal 37 43 218
Hex 25 2B DA

RGB Percentages of Color #252bda

%12.42
%14.43
%73.15

CMYK Percentages of Color #252bda

%83
%80
%0
%15

Triadic Colors of #252bda

#252bda #da252b #2bda25

Analogous Colors of #252bda

#252bda #7a25da #2586da

Monochromatic Colors of #252bda

#252bda

Complementary Color

#252bda #dad425

#252bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#252bda Color CSS Codes

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

#252bda Text Font Color

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

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


#252bda Background Color

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

This div background color is #252bda


#252bda Border Color

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

This div border color is #252bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252bda


Comments

No comments written yet.

Please login to write comment.