Color Hex Logo

#2952ba Color Hex

#2952BA
(41,82,186)
0 Favorites   0 Comments

Color spaces of #2952ba

RGB 4182186
HSL0.620.640.45
HSV223°78°73°
CMYK 0.780.560.00   0.27
XYZ12.794710.051247.7201
Yxy10.05120.18130.1424
Hunter Lab31.703616.5563-67.0504
CIE-Lab37.934223.7771-58.9285

#2952ba color RGB value is (41,82,186).

#2952ba hex color red value is 41, green value is 82 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2952ba hue: 0.62 , saturation: 0.64 and the lightness value of 2952ba is 0.45.

The process color (four color CMYK) of #2952ba color hex is 0.78, 0.56, 0.00, 0.27. Web safe color of #2952ba is #3366cc. Color #2952ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010010 10111010
Octal 51 122 272
Decimal 41 82 186
Hex 29 52 BA

RGB Percentages of Color #2952ba

%13.27
%26.54
%60.19

CMYK Percentages of Color #2952ba

%78
%56
%0
%27

Triadic Colors of #2952ba

#2952ba #ba2952 #52ba29

Analogous Colors of #2952ba

#2952ba #4829ba #299bba

Monochromatic Colors of #2952ba

#2952ba

Complementary Color

#2952ba #ba9129

#2952ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2952ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2952ba Color CSS Codes

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

#2952ba Text Font Color

<p style="color:#2952ba">Text here</p>

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


#2952ba Background Color

<div style="background-color:#2952ba">
Div content here</div>

This div background color is #2952ba


#2952ba Border Color

<div style="border:3px solid #2952ba">
Div here</div>

This div border color is #2952ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,82,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2952ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2952ba;
  -webkit-box-shadow: 1px 1px 3px 2px #2952ba;
  box-shadow:         1px 1px 3px 2px #2952ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2952ba


Comments

No comments written yet.

Please login to write comment.