Color Hex Logo

#257ade Color Hex

#257ADE
(37,122,222)
0 Favorites   0 Comments

Color spaces of #257ade

RGB 37122222
HSL0.590.740.51
HSV212°83°87°
CMYK 0.830.450.00   0.13
XYZ20.907319.586371.7858
Yxy19.58630.18620.1744
Hunter Lab44.25646.8770-65.1914
CIE-Lab51.366211.4543-57.9209

#257ade color RGB value is (37,122,222).

#257ade hex color red value is 37, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #257ade hue: 0.59 , saturation: 0.74 and the lightness value of 257ade is 0.51.

The process color (four color CMYK) of #257ade color hex is 0.83, 0.45, 0.00, 0.13. Web safe color of #257ade is #3366cc. Color #257ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111010 11011110
Octal 45 172 336
Decimal 37 122 222
Hex 25 7A DE

RGB Percentages of Color #257ade

%9.71
%32.02
%58.27

CMYK Percentages of Color #257ade

%83
%45
%0
%13

Triadic Colors of #257ade

#257ade #de257a #7ade25

Analogous Colors of #257ade

#257ade #2c25de #25d7de

Monochromatic Colors of #257ade

#257ade

Complementary Color

#257ade #de8925

#257ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#257ade Color CSS Codes

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

#257ade Text Font Color

<p style="color:#257ade">Text here</p>

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


#257ade Background Color

<div style="background-color:#257ade">
Div content here</div>

This div background color is #257ade


#257ade Border Color

<div style="border:3px solid #257ade">
Div here</div>

This div border color is #257ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,122,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #257ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #257ade;
  -webkit-box-shadow: 1px 1px 3px 2px #257ade;
  box-shadow:         1px 1px 3px 2px #257ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257ade


Comments

No comments written yet.

Please login to write comment.