Color Hex Logo

#2829ff Color Hex

#2829FF
(40,41,255)
0 Favorites   0 Comments

Color spaces of #2829ff

RGB 4041255
HSL0.671.000.58
HSV240°84°100°
CMYK 0.840.840.00   0.00
XYZ19.71809.257095.3553
Yxy9.25700.15860.0745
Hunter Lab30.425362.4377-164.5217
CIE-Lab36.474569.8077-100.8752

#2829ff color RGB value is (40,41,255).

#2829ff hex color red value is 40, green value is 41 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2829ff hue: 0.67 , saturation: 1.00 and the lightness value of 2829ff is 0.58.

The process color (four color CMYK) of #2829ff color hex is 0.84, 0.84, 0.00, 0.00. Web safe color of #2829ff is #3333ff. Color #2829ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00101001 11111111
Octal 50 51 377
Decimal 40 41 255
Hex 28 29 FF

RGB Percentages of Color #2829ff

%11.90
%12.20
%75.89

CMYK Percentages of Color #2829ff

%84
%84
%0
%0

Triadic Colors of #2829ff

#2829ff #ff2829 #29ff28

Analogous Colors of #2829ff

#2829ff #9328ff #2895ff

Monochromatic Colors of #2829ff

#2829ff

Complementary Color

#2829ff #fffe28

#2829ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2829ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2829ff Color CSS Codes

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

#2829ff Text Font Color

<p style="color:#2829ff">Text here</p>

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


#2829ff Background Color

<div style="background-color:#2829ff">
Div content here</div>

This div background color is #2829ff


#2829ff Border Color

<div style="border:3px solid #2829ff">
Div here</div>

This div border color is #2829ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,41,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2829ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2829ff;
  -webkit-box-shadow: 1px 1px 3px 2px #2829ff;
  box-shadow:         1px 1px 3px 2px #2829ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2829ff


Comments

No comments written yet.

Please login to write comment.