Color Hex Logo

#2863ed Color Hex

#2863ED
(40,99,237)
0 Favorites   0 Comments

Color spaces of #2863ed

RGB 4099237
HSL0.620.850.54
HSV222°83°93°
CMYK 0.830.580.00   0.07
XYZ20.623015.489282.0235
Yxy15.48920.17460.1311
Hunter Lab39.356324.6617-96.0184
CIE-Lab46.297131.9297-74.5709

#2863ed color RGB value is (40,99,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 01100011 11101101
Octal 50 143 355
Decimal 40 99 237
Hex 28 63 ED

RGB Percentages of Color #2863ed

%10.64
%26.33
%63.03

CMYK Percentages of Color #2863ed

%83
%58
%0
%7

Triadic Colors of #2863ed

#2863ed #ed2863 #63ed28

Analogous Colors of #2863ed

#2863ed #4f28ed #28c6ed

Monochromatic Colors of #2863ed

#2863ed

Complementary Color

#2863ed #edb228

#2863ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2863ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#2863ed Color CSS Codes

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

#2863ed Text Font Color

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

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


#2863ed Background Color

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

This div background color is #2863ed


#2863ed Border Color

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

This div border color is #2863ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2863ed


Comments

No comments written yet.

Please login to write comment.