Color Hex Logo

#2958af Color Hex

#2958AF
(41,88,175)
0 Favorites   0 Comments

Color spaces of #2958af

RGB 4188175
HSL0.610.620.42
HSV219°77°69°
CMYK 0.770.500.00   0.31
XYZ12.142010.546041.9531
Yxy10.54600.18780.1631
Hunter Lab32.47469.9092-53.8630
CIE-Lab38.805015.5896-51.0426

#2958af color RGB value is (41,88,175).

#2958af hex color red value is 41, green value is 88 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2958af hue: 0.61 , saturation: 0.62 and the lightness value of 2958af is 0.42.

The process color (four color CMYK) of #2958af color hex is 0.77, 0.50, 0.00, 0.31. Web safe color of #2958af is #336699. Color #2958af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011000 10101111
Octal 51 130 257
Decimal 41 88 175
Hex 29 58 AF

RGB Percentages of Color #2958af

%13.49
%28.95
%57.57

CMYK Percentages of Color #2958af

%77
%50
%0
%31

Triadic Colors of #2958af

#2958af #af2958 #58af29

Analogous Colors of #2958af

#2958af #3d29af #299baf

Monochromatic Colors of #2958af

#2958af

Complementary Color

#2958af #af8029

#2958af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2958af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2958af Color CSS Codes

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

#2958af Text Font Color

<p style="color:#2958af">Text here</p>

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


#2958af Background Color

<div style="background-color:#2958af">
Div content here</div>

This div background color is #2958af


#2958af Border Color

<div style="border:3px solid #2958af">
Div here</div>

This div border color is #2958af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,88,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2958af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2958af;
  -webkit-box-shadow: 1px 1px 3px 2px #2958af;
  box-shadow:         1px 1px 3px 2px #2958af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2958af


Comments

No comments written yet.

Please login to write comment.