Color Hex Logo

#2852ae Color Hex

#2852AE
(40,82,174)
0 Favorites   0 Comments

Color spaces of #2852ae

RGB 4082174
HSL0.610.630.42
HSV221°77°68°
CMYK 0.770.530.00   0.32
XYZ11.53239.541741.2783
Yxy9.54170.18500.1530
Hunter Lab30.889612.5841-57.6074
CIE-Lab37.007019.0523-53.3582

#2852ae color RGB value is (40,82,174).

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

The process color (four color CMYK) of #2852ae color hex is 0.77, 0.53, 0.00, 0.32. Web safe color of #2852ae is #336699. Color #2852ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01010010 10101110
Octal 50 122 256
Decimal 40 82 174
Hex 28 52 AE

RGB Percentages of Color #2852ae

%13.51
%27.70
%58.78

CMYK Percentages of Color #2852ae

%77
%53
%0
%32

Triadic Colors of #2852ae

#2852ae #ae2852 #52ae28

Analogous Colors of #2852ae

#2852ae #4128ae #2895ae

Monochromatic Colors of #2852ae

#2852ae

Complementary Color

#2852ae #ae8428

#2852ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2852ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#2852ae Color CSS Codes

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

#2852ae Text Font Color

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

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


#2852ae Background Color

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

This div background color is #2852ae


#2852ae Border Color

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

This div border color is #2852ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,82,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 #2852ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2852ae


Comments

No comments written yet.

Please login to write comment.