Color Hex Logo

#2b5afd Color Hex

#2B5AFD
(43,90,253)
0 Favorites   0 Comments

Color spaces of #2b5afd

RGB 4390253
HSL0.630.980.58
HSV227°83°99°
CMYK 0.830.640.00   0.01
XYZ22.382014.917894.6283
Yxy14.91780.16970.1131
Hunter Lab38.623635.8479-118.2249
CIE-Lab45.521443.5833-84.7895

#2b5afd color RGB value is (43,90,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 01011010 11111101
Octal 53 132 375
Decimal 43 90 253
Hex 2B 5A FD

RGB Percentages of Color #2b5afd

%11.14
%23.32
%65.54

CMYK Percentages of Color #2b5afd

%83
%64
%0
%1

Triadic Colors of #2b5afd

#2b5afd #fd2b5a #5afd2b

Analogous Colors of #2b5afd

#2b5afd #652bfd #2bc3fd

Monochromatic Colors of #2b5afd

#2b5afd

Complementary Color

#2b5afd #fdce2b

#2b5afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b5afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b5afd Color CSS Codes

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

#2b5afd Text Font Color

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

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


#2b5afd Background Color

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

This div background color is #2b5afd


#2b5afd Border Color

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

This div border color is #2b5afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,90,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 #2b5afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b5afd


Comments

No comments written yet.

Please login to write comment.