Color Hex Logo

#2836ae Color Hex

#2836AE
(40,54,174)
0 Favorites   0 Comments

Color spaces of #2836ae

RGB 4054174
HSL0.650.630.42
HSV234°77°68°
CMYK 0.770.690.00   0.32
XYZ9.83426.145440.7123
Yxy6.14540.17350.1084
Hunter Lab24.789927.4289-80.0186
CIE-Lab29.776437.4189-65.1601

#2836ae color RGB value is (40,54,174).

#2836ae hex color red value is 40, green value is 54 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #2836ae hue: 0.65 , saturation: 0.63 and the lightness value of 2836ae is 0.42.

The process color (four color CMYK) of #2836ae color hex is 0.77, 0.69, 0.00, 0.32. Web safe color of #2836ae is #333399. Color #2836ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 00110110 10101110
Octal 50 66 256
Decimal 40 54 174
Hex 28 36 AE

RGB Percentages of Color #2836ae

%14.93
%20.15
%64.93

CMYK Percentages of Color #2836ae

%77
%69
%0
%32

Triadic Colors of #2836ae

#2836ae #ae2836 #36ae28

Analogous Colors of #2836ae

#2836ae #5d28ae #2879ae

Monochromatic Colors of #2836ae

#2836ae

Complementary Color

#2836ae #aea028

#2836ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2836ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2836ae Color CSS Codes

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

#2836ae Text Font Color

<p style="color:#2836ae">Text here</p>

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


#2836ae Background Color

<div style="background-color:#2836ae">
Div content here</div>

This div background color is #2836ae


#2836ae Border Color

<div style="border:3px solid #2836ae">
Div here</div>

This div border color is #2836ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,54,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2836ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2836ae;
  -webkit-box-shadow: 1px 1px 3px 2px #2836ae;
  box-shadow:         1px 1px 3px 2px #2836ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2836ae


Comments

No comments written yet.

Please login to write comment.