Color Hex Logo

#2857da Color Hex

#2857DA
(40,87,218)
0 Favorites   0 Comments

Color spaces of #2857da

RGB 4087218
HSL0.620.710.51
HSV224°82°85°
CMYK 0.820.600.00   0.15
XYZ16.938212.329567.8168
Yxy12.32950.17450.1270
Hunter Lab35.113424.6574-89.9313
CIE-Lab41.735132.5131-71.2572

#2857da color RGB value is (40,87,218).

#2857da hex color red value is 40, green value is 87 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2857da hue: 0.62 , saturation: 0.71 and the lightness value of 2857da is 0.51.

The process color (four color CMYK) of #2857da color hex is 0.82, 0.60, 0.00, 0.15. Web safe color of #2857da is #3366cc. Color #2857da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01010111 11011010
Octal 50 127 332
Decimal 40 87 218
Hex 28 57 DA

RGB Percentages of Color #2857da

%11.59
%25.22
%63.19

CMYK Percentages of Color #2857da

%82
%60
%0
%15

Triadic Colors of #2857da

#2857da #da2857 #57da28

Analogous Colors of #2857da

#2857da #5228da #28b0da

Monochromatic Colors of #2857da

#2857da

Complementary Color

#2857da #daab28

#2857da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2857da Color Preview on White Background

Lorem ipsum dolor sit amet.

#2857da Color CSS Codes

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

#2857da Text Font Color

<p style="color:#2857da">Text here</p>

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


#2857da Background Color

<div style="background-color:#2857da">
Div content here</div>

This div background color is #2857da


#2857da Border Color

<div style="border:3px solid #2857da">
Div here</div>

This div border color is #2857da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,87,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2857da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2857da;
  -webkit-box-shadow: 1px 1px 3px 2px #2857da;
  box-shadow:         1px 1px 3px 2px #2857da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,87,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 #2857da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2857da


Comments

No comments written yet.

Please login to write comment.