Color Hex Logo

#313ebd Color Hex

#313EBD
(49,62,189)
0 Favorites   0 Comments

Color spaces of #313ebd

RGB 4962189
HSL0.650.590.47
HSV234°74°74°
CMYK 0.740.670.00   0.26
XYZ12.17467.772349.0027
Yxy7.77230.17660.1127
Hunter Lab27.878829.1624-84.6990
CIE-Lab33.504138.6637-67.9156

#313ebd color RGB value is (49,62,189).

#313ebd hex color red value is 49, green value is 62 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #313ebd hue: 0.65 , saturation: 0.59 and the lightness value of 313ebd is 0.47.

The process color (four color CMYK) of #313ebd color hex is 0.74, 0.67, 0.00, 0.26. Web safe color of #313ebd is #3333cc. Color #313ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111110 10111101
Octal 61 76 275
Decimal 49 62 189
Hex 31 3E BD

RGB Percentages of Color #313ebd

%16.33
%20.67
%63.00

CMYK Percentages of Color #313ebd

%74
%67
%0
%26

Triadic Colors of #313ebd

#313ebd #bd313e #3ebd31

Analogous Colors of #313ebd

#313ebd #6a31bd #3184bd

Monochromatic Colors of #313ebd

#313ebd

Complementary Color

#313ebd #bdb031

#313ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#313ebd Color CSS Codes

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

#313ebd Text Font Color

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

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


#313ebd Background Color

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

This div background color is #313ebd


#313ebd Border Color

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

This div border color is #313ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313ebd


Comments

No comments written yet.

Please login to write comment.