Color Hex Logo

#2875ed Color Hex

#2875ED
(40,117,237)
0 Favorites   0 Comments

Color spaces of #2875ed

RGB 40117237
HSL0.600.850.54
HSV217°83°93°
CMYK 0.830.510.00   0.07
XYZ22.522419.288182.6567
Yxy19.28810.18100.1550
Hunter Lab43.918214.6825-80.8446
CIE-Lab51.022620.5156-66.8905

#2875ed color RGB value is (40,117,237).

#2875ed hex color red value is 40, green value is 117 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #2875ed hue: 0.60 , saturation: 0.85 and the lightness value of 2875ed is 0.54.

The process color (four color CMYK) of #2875ed color hex is 0.83, 0.51, 0.00, 0.07. Web safe color of #2875ed is #3366ff. Color #2875ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01110101 11101101
Octal 50 165 355
Decimal 40 117 237
Hex 28 75 ED

RGB Percentages of Color #2875ed

%10.15
%29.70
%60.15

CMYK Percentages of Color #2875ed

%83
%51
%0
%7

Triadic Colors of #2875ed

#2875ed #ed2875 #75ed28

Analogous Colors of #2875ed

#2875ed #3d28ed #28d8ed

Monochromatic Colors of #2875ed

#2875ed

Complementary Color

#2875ed #eda028

#2875ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2875ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2875ed Color CSS Codes

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

#2875ed Text Font Color

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

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


#2875ed Background Color

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

This div background color is #2875ed


#2875ed Border Color

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

This div border color is #2875ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2875ed


Comments

No comments written yet.

Please login to write comment.