Color Hex Logo

#2d50be Color Hex

#2D50BE
(45,80,190)
0 Favorites   0 Comments

Color spaces of #2d50be

RGB 4580190
HSL0.630.620.46
HSV226°76°75°
CMYK 0.760.580.00   0.25
XYZ13.245110.012949.9498
Yxy10.01290.18090.1368
Hunter Lab31.643219.3404-71.4410
CIE-Lab37.865627.0450-61.3769

#2d50be color RGB value is (45,80,190).

#2d50be hex color red value is 45, green value is 80 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2d50be hue: 0.63 , saturation: 0.62 and the lightness value of 2d50be is 0.46.

The process color (four color CMYK) of #2d50be color hex is 0.76, 0.58, 0.00, 0.25. Web safe color of #2d50be is #3366cc. Color #2d50be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 01010000 10111110
Octal 55 120 276
Decimal 45 80 190
Hex 2D 50 BE

RGB Percentages of Color #2d50be

%14.29
%25.40
%60.32

CMYK Percentages of Color #2d50be

%76
%58
%0
%25

Triadic Colors of #2d50be

#2d50be #be2d50 #50be2d

Analogous Colors of #2d50be

#2d50be #532dbe #2d99be

Monochromatic Colors of #2d50be

#2d50be

Complementary Color

#2d50be #be9b2d

#2d50be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2d50be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2d50be Color CSS Codes

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

#2d50be Text Font Color

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

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


#2d50be Background Color

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

This div background color is #2d50be


#2d50be Border Color

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

This div border color is #2d50be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,80,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2d50be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2d50be;
  -webkit-box-shadow: 1px 1px 3px 2px #2d50be;
  box-shadow:         1px 1px 3px 2px #2d50be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(45,80,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2d50be


Comments

No comments written yet.

Please login to write comment.