Color Hex Logo

#2b5dcd Color Hex

#2B5DCD
(43,93,205)
0 Favorites   0 Comments

Color spaces of #2b5dcd

RGB 4393205
HSL0.620.650.49
HSV221°79°80°
CMYK 0.790.550.00   0.20
XYZ15.930112.750159.3790
Yxy12.75010.18090.1448
Hunter Lab35.707317.1465-73.6005
CIE-Lab42.384324.0182-62.7383

#2b5dcd color RGB value is (43,93,205).

#2b5dcd hex color red value is 43, green value is 93 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #2b5dcd hue: 0.62 , saturation: 0.65 and the lightness value of 2b5dcd is 0.49.

The process color (four color CMYK) of #2b5dcd color hex is 0.79, 0.55, 0.00, 0.20. Web safe color of #2b5dcd is #3366cc. Color #2b5dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01011101 11001101
Octal 53 135 315
Decimal 43 93 205
Hex 2B 5D CD

RGB Percentages of Color #2b5dcd

%12.61
%27.27
%60.12

CMYK Percentages of Color #2b5dcd

%79
%55
%0
%20

Triadic Colors of #2b5dcd

#2b5dcd #cd2b5d #5dcd2b

Analogous Colors of #2b5dcd

#2b5dcd #4a2bcd #2baecd

Monochromatic Colors of #2b5dcd

#2b5dcd

Complementary Color

#2b5dcd #cd9b2b

#2b5dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b5dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b5dcd Color CSS Codes

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

#2b5dcd Text Font Color

<p style="color:#2b5dcd">Text here</p>

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


#2b5dcd Background Color

<div style="background-color:#2b5dcd">
Div content here</div>

This div background color is #2b5dcd


#2b5dcd Border Color

<div style="border:3px solid #2b5dcd">
Div here</div>

This div border color is #2b5dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,93,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2b5dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2b5dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #2b5dcd;
  box-shadow:         1px 1px 3px 2px #2b5dcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,93,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b5dcd


Comments

No comments written yet.

Please login to write comment.