Color Hex Logo

#313dcd Color Hex

#313DCD
(49,61,205)
0 Favorites   0 Comments

Color spaces of #313dcd

RGB 4961205
HSL0.650.610.50
HSV235°76°80°
CMYK 0.760.700.00   0.20
XYZ13.95488.398258.6431
Yxy8.39820.17230.1037
Hunter Lab28.979635.2401-99.6933
CIE-Lab34.798844.8135-75.1389

#313dcd color RGB value is (49,61,205).

#313dcd hex color red value is 49, green value is 61 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #313dcd hue: 0.65 , saturation: 0.61 and the lightness value of 313dcd is 0.50.

The process color (four color CMYK) of #313dcd color hex is 0.76, 0.70, 0.00, 0.20. Web safe color of #313dcd is #3333cc. Color #313dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111101 11001101
Octal 61 75 315
Decimal 49 61 205
Hex 31 3D CD

RGB Percentages of Color #313dcd

%15.56
%19.37
%65.08

CMYK Percentages of Color #313dcd

%76
%70
%0
%20

Triadic Colors of #313dcd

#313dcd #cd313d #3dcd31

Analogous Colors of #313dcd

#313dcd #7331cd #318bcd

Monochromatic Colors of #313dcd

#313dcd

Complementary Color

#313dcd #cdc131

#313dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#313dcd Color CSS Codes

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

#313dcd Text Font Color

<p style="color:#313dcd">Text here</p>

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


#313dcd Background Color

<div style="background-color:#313dcd">
Div content here</div>

This div background color is #313dcd


#313dcd Border Color

<div style="border:3px solid #313dcd">
Div here</div>

This div border color is #313dcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,61,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #313dcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #313dcd;
  -webkit-box-shadow: 1px 1px 3px 2px #313dcd;
  box-shadow:         1px 1px 3px 2px #313dcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313dcd


Comments

No comments written yet.

Please login to write comment.