Color Hex Logo

#31a1dd Color Hex

#31A1DD
(49,161,221)
0 Favorites   0 Comments

Color spaces of #31a1dd

RGB 49161221
HSL0.560.720.53
HSV201°78°87°
CMYK 0.780.270.00   0.13
XYZ27.062631.363273.0340
Yxy31.36320.20590.2386
Hunter Lab56.0029-11.7474-38.1188
CIE-Lab62.8130-10.7737-39.1881

#31a1dd color RGB value is (49,161,221).

#31a1dd hex color red value is 49, green value is 161 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #31a1dd hue: 0.56 , saturation: 0.72 and the lightness value of 31a1dd is 0.53.

The process color (four color CMYK) of #31a1dd color hex is 0.78, 0.27, 0.00, 0.13. Web safe color of #31a1dd is #3399cc. Color #31a1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10100001 11011101
Octal 61 241 335
Decimal 49 161 221
Hex 31 A1 DD

RGB Percentages of Color #31a1dd

%11.37
%37.35
%51.28

CMYK Percentages of Color #31a1dd

%78
%27
%0
%13

Triadic Colors of #31a1dd

#31a1dd #dd31a1 #a1dd31

Analogous Colors of #31a1dd

#31a1dd #314bdd #31ddc3

Monochromatic Colors of #31a1dd

#31a1dd

Complementary Color

#31a1dd #dd6d31

#31a1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31a1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#31a1dd Color CSS Codes

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

#31a1dd Text Font Color

<p style="color:#31a1dd">Text here</p>

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


#31a1dd Background Color

<div style="background-color:#31a1dd">
Div content here</div>

This div background color is #31a1dd


#31a1dd Border Color

<div style="border:3px solid #31a1dd">
Div here</div>

This div border color is #31a1dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,161,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31a1dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31a1dd;
  -webkit-box-shadow: 1px 1px 3px 2px #31a1dd;
  box-shadow:         1px 1px 3px 2px #31a1dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,161,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 #31a1dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31a1dd


Comments

No comments written yet.

Please login to write comment.