Color Hex Logo

#257bca Color Hex

#257BCA
(37,123,202)
0 Favorites   0 Comments

Color spaces of #257bca

RGB 37123202
HSL0.580.690.47
HSV209°82°79°
CMYK 0.820.390.00   0.21
XYZ18.506618.823558.5350
Yxy18.82350.19300.1964
Hunter Lab43.38610.2147-49.6218
CIE-Lab50.48013.2487-48.0021

#257bca color RGB value is (37,123,202).

#257bca hex color red value is 37, green value is 123 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #257bca hue: 0.58 , saturation: 0.69 and the lightness value of 257bca is 0.47.

The process color (four color CMYK) of #257bca color hex is 0.82, 0.39, 0.00, 0.21. Web safe color of #257bca is #3366cc. Color #257bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01111011 11001010
Octal 45 173 312
Decimal 37 123 202
Hex 25 7B CA

RGB Percentages of Color #257bca

%10.22
%33.98
%55.80

CMYK Percentages of Color #257bca

%82
%39
%0
%21

Triadic Colors of #257bca

#257bca #ca257b #7bca25

Analogous Colors of #257bca

#257bca #2529ca #25cac7

Monochromatic Colors of #257bca

#257bca

Complementary Color

#257bca #ca7425

#257bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#257bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#257bca Color CSS Codes

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

#257bca Text Font Color

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

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


#257bca Background Color

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

This div background color is #257bca


#257bca Border Color

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

This div border color is #257bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #257bca


Comments

No comments written yet.

Please login to write comment.