Color Hex Logo

#2b5ffd Color Hex

#2B5FFD
(43,95,253)
0 Favorites   0 Comments

Color spaces of #2b5ffd

RGB 4395253
HSL0.630.980.58
HSV225°83°99°
CMYK 0.830.620.00   0.01
XYZ22.818115.789994.7736
Yxy15.78990.17110.1184
Hunter Lab39.736532.9621-113.5941
CIE-Lab46.697640.5058-82.8592

#2b5ffd color RGB value is (43,95,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101011 01011111 11111101
Octal 53 137 375
Decimal 43 95 253
Hex 2B 5F FD

RGB Percentages of Color #2b5ffd

%11.00
%24.30
%64.71

CMYK Percentages of Color #2b5ffd

%83
%62
%0
%1

Triadic Colors of #2b5ffd

#2b5ffd #fd2b5f #5ffd2b

Analogous Colors of #2b5ffd

#2b5ffd #602bfd #2bc8fd

Monochromatic Colors of #2b5ffd

#2b5ffd

Complementary Color

#2b5ffd #fdc92b

#2b5ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b5ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b5ffd Color CSS Codes

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

#2b5ffd Text Font Color

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

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


#2b5ffd Background Color

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

This div background color is #2b5ffd


#2b5ffd Border Color

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

This div border color is #2b5ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b5ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.