Color Hex Logo

#2837cf Color Hex

#2837CF
(40,55,207)
0 Favorites   0 Comments

Color spaces of #2837cf

RGB 4055207
HSL0.650.680.48
HSV235°81°81°
CMYK 0.810.730.00   0.19
XYZ13.50377.688559.8038
Yxy7.68850.16670.0949
Hunter Lab27.728138.4058-108.4664
CIE-Lab33.325548.2903-78.7455

#2837cf color RGB value is (40,55,207).

#2837cf hex color red value is 40, green value is 55 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2837cf hue: 0.65 , saturation: 0.68 and the lightness value of 2837cf is 0.48.

The process color (four color CMYK) of #2837cf color hex is 0.81, 0.73, 0.00, 0.19. Web safe color of #2837cf is #3333cc. Color #2837cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00110111 11001111
Octal 50 67 317
Decimal 40 55 207
Hex 28 37 CF

RGB Percentages of Color #2837cf

%13.25
%18.21
%68.54

CMYK Percentages of Color #2837cf

%81
%73
%0
%19

Triadic Colors of #2837cf

#2837cf #cf2837 #37cf28

Analogous Colors of #2837cf

#2837cf #6d28cf #288bcf

Monochromatic Colors of #2837cf

#2837cf

Complementary Color

#2837cf #cfc028

#2837cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2837cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2837cf Color CSS Codes

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

#2837cf Text Font Color

<p style="color:#2837cf">Text here</p>

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


#2837cf Background Color

<div style="background-color:#2837cf">
Div content here</div>

This div background color is #2837cf


#2837cf Border Color

<div style="border:3px solid #2837cf">
Div here</div>

This div border color is #2837cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,55,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2837cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2837cf;
  -webkit-box-shadow: 1px 1px 3px 2px #2837cf;
  box-shadow:         1px 1px 3px 2px #2837cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2837cf


Comments

No comments written yet.

Please login to write comment.