Color Hex Logo

#2875ce Color Hex

#2875CE
(40,117,206)
0 Favorites   0 Comments

Color spaces of #2875ce

RGB 40117206
HSL0.590.670.48
HSV212°81°81°
CMYK 0.810.430.00   0.19
XYZ18.376917.629960.8269
Yxy17.62990.18980.1821
Hunter Lab41.98804.6452-56.5003
CIE-Lab49.04418.7596-52.5733

#2875ce color RGB value is (40,117,206).

#2875ce hex color red value is 40, green value is 117 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2875ce hue: 0.59 , saturation: 0.67 and the lightness value of 2875ce is 0.48.

The process color (four color CMYK) of #2875ce color hex is 0.81, 0.43, 0.00, 0.19. Web safe color of #2875ce is #3366cc. Color #2875ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110101 11001110
Octal 50 165 316
Decimal 40 117 206
Hex 28 75 CE

RGB Percentages of Color #2875ce

%11.02
%32.23
%56.75

CMYK Percentages of Color #2875ce

%81
%43
%0
%19

Triadic Colors of #2875ce

#2875ce #ce2875 #75ce28

Analogous Colors of #2875ce

#2875ce #2e28ce #28c8ce

Monochromatic Colors of #2875ce

#2875ce

Complementary Color

#2875ce #ce8128

#2875ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2875ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2875ce Color CSS Codes

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

#2875ce Text Font Color

<p style="color:#2875ce">Text here</p>

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


#2875ce Background Color

<div style="background-color:#2875ce">
Div content here</div>

This div background color is #2875ce


#2875ce Border Color

<div style="border:3px solid #2875ce">
Div here</div>

This div border color is #2875ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,117,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2875ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2875ce;
  -webkit-box-shadow: 1px 1px 3px 2px #2875ce;
  box-shadow:         1px 1px 3px 2px #2875ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,117,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2875ce


Comments

No comments written yet.

Please login to write comment.