Color Hex Logo

#31b0cb Color Hex

#31B0CB
(49,176,203)
0 Favorites   0 Comments

Color spaces of #31b0cb

RGB 49176203
HSL0.530.610.49
HSV191°76°80°
CMYK 0.760.130.00   0.20
XYZ27.571436.015461.9984
Yxy36.01540.21950.2868
Hunter Lab60.0128-23.0151-19.2427
CIE-Lab66.5317-24.7536-23.4730

#31b0cb color RGB value is (49,176,203).

#31b0cb hex color red value is 49, green value is 176 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #31b0cb hue: 0.53 , saturation: 0.61 and the lightness value of 31b0cb is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10110000 11001011
Octal 61 260 313
Decimal 49 176 203
Hex 31 B0 CB

RGB Percentages of Color #31b0cb

%11.45
%41.12
%47.43

CMYK Percentages of Color #31b0cb

%76
%13
%0
%20

Triadic Colors of #31b0cb

#31b0cb #cb31b0 #b0cb31

Analogous Colors of #31b0cb

#31b0cb #3163cb #31cb99

Monochromatic Colors of #31b0cb

#31b0cb

Complementary Color

#31b0cb #cb4c31

#31b0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31b0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31b0cb Color CSS Codes

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

#31b0cb Text Font Color

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

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


#31b0cb Background Color

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

This div background color is #31b0cb


#31b0cb Border Color

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

This div border color is #31b0cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,176,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31b0cb


Comments

No comments written yet.

Please login to write comment.