Color Hex Logo

#2b4cfd Color Hex

#2B4CFD
(43,76,253)
0 Favorites   0 Comments

Color spaces of #2b4cfd

RGB 4376253
HSL0.640.980.58
HSV231°83°99°
CMYK 0.830.700.00   0.01
XYZ21.310312.774394.2710
Yxy12.77430.16600.0995
Hunter Lab35.741243.8818-131.3647
CIE-Lab42.421251.9374-89.8942

#2b4cfd color RGB value is (43,76,253).

#2b4cfd hex color red value is 43, green value is 76 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2b4cfd hue: 0.64 , saturation: 0.98 and the lightness value of 2b4cfd is 0.58.

The process color (four color CMYK) of #2b4cfd color hex is 0.83, 0.70, 0.00, 0.01. Web safe color of #2b4cfd is #3333ff. Color #2b4cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01001100 11111101
Octal 53 114 375
Decimal 43 76 253
Hex 2B 4C FD

RGB Percentages of Color #2b4cfd

%11.56
%20.43
%68.01

CMYK Percentages of Color #2b4cfd

%83
%70
%0
%1

Triadic Colors of #2b4cfd

#2b4cfd #fd2b4c #4cfd2b

Analogous Colors of #2b4cfd

#2b4cfd #732bfd #2bb5fd

Monochromatic Colors of #2b4cfd

#2b4cfd

Complementary Color

#2b4cfd #fddc2b

#2b4cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b4cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b4cfd Color CSS Codes

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

#2b4cfd Text Font Color

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

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


#2b4cfd Background Color

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

This div background color is #2b4cfd


#2b4cfd Border Color

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

This div border color is #2b4cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b4cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.