Color Hex Logo

#312ebd Color Hex

#312EBD
(49,46,189)
0 Favorites   0 Comments

Color spaces of #312ebd

RGB 4946189
HSL0.670.610.46
HSV241°76°74°
CMYK 0.740.760.00   0.26
XYZ11.42896.281148.7541
Yxy6.28110.17200.0945
Hunter Lab25.062137.5414-97.7951
CIE-Lab30.110948.0350-73.5064

#312ebd color RGB value is (49,46,189).

#312ebd hex color red value is 49, green value is 46 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #312ebd hue: 0.67 , saturation: 0.61 and the lightness value of 312ebd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00101110 10111101
Octal 61 56 275
Decimal 49 46 189
Hex 31 2E BD

RGB Percentages of Color #312ebd

%17.25
%16.20
%66.55

CMYK Percentages of Color #312ebd

%74
%76
%0
%26

Triadic Colors of #312ebd

#312ebd #bd312e #2ebd31

Analogous Colors of #312ebd

#312ebd #792ebd #2e73bd

Monochromatic Colors of #312ebd

#312ebd

Complementary Color

#312ebd #babd2e

#312ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#312ebd Color CSS Codes

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

#312ebd Text Font Color

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

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


#312ebd Background Color

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

This div background color is #312ebd


#312ebd Border Color

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

This div border color is #312ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312ebd


Comments

No comments written yet.

Please login to write comment.