Color Hex Logo

#2b7cdb Color Hex

#2B7CDB
(43,124,219)
0 Favorites   0 Comments

Color spaces of #2b7cdb

RGB 43124219
HSL0.590.710.51
HSV212°80°86°
CMYK 0.800.430.00   0.14
XYZ20.990120.043469.7803
Yxy20.04340.18940.1809
Hunter Lab44.76995.3415-61.0731
CIE-Lab51.88629.6107-55.3880

#2b7cdb color RGB value is (43,124,219).

#2b7cdb hex color red value is 43, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2b7cdb hue: 0.59 , saturation: 0.71 and the lightness value of 2b7cdb is 0.51.

The process color (four color CMYK) of #2b7cdb color hex is 0.80, 0.43, 0.00, 0.14. Web safe color of #2b7cdb is #3366cc. Color #2b7cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01111100 11011011
Octal 53 174 333
Decimal 43 124 219
Hex 2B 7C DB

RGB Percentages of Color #2b7cdb

%11.14
%32.12
%56.74

CMYK Percentages of Color #2b7cdb

%80
%43
%0
%14

Triadic Colors of #2b7cdb

#2b7cdb #db2b7c #7cdb2b

Analogous Colors of #2b7cdb

#2b7cdb #322bdb #2bd4db

Monochromatic Colors of #2b7cdb

#2b7cdb

Complementary Color

#2b7cdb #db8a2b

#2b7cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b7cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b7cdb Color CSS Codes

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

#2b7cdb Text Font Color

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

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


#2b7cdb Background Color

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

This div background color is #2b7cdb


#2b7cdb Border Color

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

This div border color is #2b7cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b7cdb


Comments

No comments written yet.

Please login to write comment.