Color Hex Logo

#312edc Color Hex

#312EDC
(49,46,220)
0 Favorites   0 Comments

Color spaces of #312edc

RGB 4946220
HSL0.670.710.52
HSV241°79°86°
CMYK 0.780.790.00   0.14
XYZ15.16197.774368.4116
Yxy7.77430.16600.0851
Hunter Lab27.882448.2704-125.9547
CIE-Lab33.508357.7720-85.9391

#312edc color RGB value is (49,46,220).

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

The process color (four color CMYK) of #312edc color hex is 0.78, 0.79, 0.00, 0.14. Web safe color of #312edc is #3333cc. Color #312edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00101110 11011100
Octal 61 56 334
Decimal 49 46 220
Hex 31 2E DC

RGB Percentages of Color #312edc

%15.56
%14.60
%69.84

CMYK Percentages of Color #312edc

%78
%79
%0
%14

Triadic Colors of #312edc

#312edc #dc312e #2edc31

Analogous Colors of #312edc

#312edc #882edc #2e82dc

Monochromatic Colors of #312edc

#312edc

Complementary Color

#312edc #d9dc2e

#312edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#312edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#312edc Color CSS Codes

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

#312edc Text Font Color

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

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


#312edc Background Color

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

This div background color is #312edc


#312edc Border Color

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

This div border color is #312edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #312edc


Comments

No comments written yet.

Please login to write comment.