Color Hex Logo

#2848cb Color Hex

#2848CB
(40,72,203)
0 Favorites   0 Comments

Color spaces of #2848cb

RGB 4072203
HSL0.630.670.48
HSV228°80°80°
CMYK 0.800.650.00   0.20
XYZ13.97199.397657.5774
Yxy9.39760.17260.1161
Hunter Lab30.655527.7080-89.9001
CIE-Lab36.738836.5591-70.8023

#2848cb color RGB value is (40,72,203).

#2848cb hex color red value is 40, green value is 72 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #2848cb hue: 0.63 , saturation: 0.67 and the lightness value of 2848cb is 0.48.

The process color (four color CMYK) of #2848cb color hex is 0.80, 0.65, 0.00, 0.20. Web safe color of #2848cb is #3333cc. Color #2848cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01001000 11001011
Octal 50 110 313
Decimal 40 72 203
Hex 28 48 CB

RGB Percentages of Color #2848cb

%12.70
%22.86
%64.44

CMYK Percentages of Color #2848cb

%80
%65
%0
%20

Triadic Colors of #2848cb

#2848cb #cb2848 #48cb28

Analogous Colors of #2848cb

#2848cb #5a28cb #289acb

Monochromatic Colors of #2848cb

#2848cb

Complementary Color

#2848cb #cbab28

#2848cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2848cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2848cb Color CSS Codes

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

#2848cb Text Font Color

<p style="color:#2848cb">Text here</p>

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


#2848cb Background Color

<div style="background-color:#2848cb">
Div content here</div>

This div background color is #2848cb


#2848cb Border Color

<div style="border:3px solid #2848cb">
Div here</div>

This div border color is #2848cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,72,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2848cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2848cb;
  -webkit-box-shadow: 1px 1px 3px 2px #2848cb;
  box-shadow:         1px 1px 3px 2px #2848cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2848cb


Comments

No comments written yet.

Please login to write comment.