Color Hex Logo

#2971dd Color Hex

#2971DD
(41,113,221)
0 Favorites   0 Comments

Color spaces of #2971dd

RGB 41113221
HSL0.600.730.51
HSV216°81°87°
CMYK 0.810.490.00   0.13
XYZ19.870717.502170.7376
Yxy17.50210.18380.1619
Hunter Lab41.835511.5704-70.9657
CIE-Lab48.886617.0694-61.3448

#2971dd color RGB value is (41,113,221).

#2971dd hex color red value is 41, green value is 113 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2971dd hue: 0.60 , saturation: 0.73 and the lightness value of 2971dd is 0.51.

The process color (four color CMYK) of #2971dd color hex is 0.81, 0.49, 0.00, 0.13. Web safe color of #2971dd is #3366cc. Color #2971dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110001 11011101
Octal 51 161 335
Decimal 41 113 221
Hex 29 71 DD

RGB Percentages of Color #2971dd

%10.93
%30.13
%58.93

CMYK Percentages of Color #2971dd

%81
%49
%0
%13

Triadic Colors of #2971dd

#2971dd #dd2971 #71dd29

Analogous Colors of #2971dd

#2971dd #3b29dd #29cbdd

Monochromatic Colors of #2971dd

#2971dd

Complementary Color

#2971dd #dd9529

#2971dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2971dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2971dd Color CSS Codes

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

#2971dd Text Font Color

<p style="color:#2971dd">Text here</p>

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


#2971dd Background Color

<div style="background-color:#2971dd">
Div content here</div>

This div background color is #2971dd


#2971dd Border Color

<div style="border:3px solid #2971dd">
Div here</div>

This div border color is #2971dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,113,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2971dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2971dd;
  -webkit-box-shadow: 1px 1px 3px 2px #2971dd;
  box-shadow:         1px 1px 3px 2px #2971dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2971dd


Comments

No comments written yet.

Please login to write comment.