Color Hex Logo

#2834d1 Color Hex

#2834D1
(40,52,209)
0 Favorites   0 Comments

Color spaces of #2834d1

RGB 4052209
HSL0.650.680.49
HSV236°81°82°
CMYK 0.810.750.00   0.18
XYZ13.61177.510561.0539
Yxy7.51050.16560.0914
Hunter Lab27.405340.6984-112.9034
CIE-Lab32.941950.6376-80.5403

#2834d1 color RGB value is (40,52,209).

#2834d1 hex color red value is 40, green value is 52 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #2834d1 hue: 0.65 , saturation: 0.68 and the lightness value of 2834d1 is 0.49.

The process color (four color CMYK) of #2834d1 color hex is 0.81, 0.75, 0.00, 0.18. Web safe color of #2834d1 is #3333cc. Color #2834d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00110100 11010001
Octal 50 64 321
Decimal 40 52 209
Hex 28 34 D1

RGB Percentages of Color #2834d1

%13.29
%17.28
%69.44

CMYK Percentages of Color #2834d1

%81
%75
%0
%18

Triadic Colors of #2834d1

#2834d1 #d12834 #34d128

Analogous Colors of #2834d1

#2834d1 #7128d1 #2889d1

Monochromatic Colors of #2834d1

#2834d1

Complementary Color

#2834d1 #d1c528

#2834d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2834d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2834d1 Color CSS Codes

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

#2834d1 Text Font Color

<p style="color:#2834d1">Text here</p>

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


#2834d1 Background Color

<div style="background-color:#2834d1">
Div content here</div>

This div background color is #2834d1


#2834d1 Border Color

<div style="border:3px solid #2834d1">
Div here</div>

This div border color is #2834d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,52,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2834d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2834d1;
  -webkit-box-shadow: 1px 1px 3px 2px #2834d1;
  box-shadow:         1px 1px 3px 2px #2834d1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,52,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2834d1


Comments

No comments written yet.

Please login to write comment.