Color Hex Logo

#252adb Color Hex

#252ADB
(37,42,219)
0 Favorites   0 Comments

Color spaces of #252adb

RGB 3742219
HSL0.660.720.50
HSV238°83°86°
CMYK 0.830.810.00   0.14
XYZ14.37717.163767.6428
Yxy7.16370.16120.0803
Hunter Lab26.765149.0439-131.1067
CIE-Lab32.176758.7500-87.5910

#252adb color RGB value is (37,42,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101010 11011011
Octal 45 52 333
Decimal 37 42 219
Hex 25 2A DB

RGB Percentages of Color #252adb

%12.42
%14.09
%73.49

CMYK Percentages of Color #252adb

%83
%81
%0
%14

Triadic Colors of #252adb

#252adb #db252a #2adb25

Analogous Colors of #252adb

#252adb #7b25db #2585db

Monochromatic Colors of #252adb

#252adb

Complementary Color

#252adb #dbd625

#252adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#252adb Color CSS Codes

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

#252adb Text Font Color

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

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


#252adb Background Color

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

This div background color is #252adb


#252adb Border Color

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

This div border color is #252adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252adb


Comments

No comments written yet.

Please login to write comment.