Color Hex Logo

#311cca Color Hex

#311CCA
(49,28,202)
0 Favorites   0 Comments

Color spaces of #311cca

RGB 4928202
HSL0.690.760.45
HSV247°86°79°
CMYK 0.760.860.00   0.21
XYZ12.34255.747756.3360
Yxy5.74770.16580.0772
Hunter Lab23.974449.9404-122.5402
CIE-Lab28.766860.2365-83.3763

#311cca color RGB value is (49,28,202).

#311cca hex color red value is 49, green value is 28 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #311cca hue: 0.69 , saturation: 0.76 and the lightness value of 311cca is 0.45.

The process color (four color CMYK) of #311cca color hex is 0.76, 0.86, 0.00, 0.21. Web safe color of #311cca is #3333cc. Color #311cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011100 11001010
Octal 61 34 312
Decimal 49 28 202
Hex 31 1C CA

RGB Percentages of Color #311cca

%17.56
%10.04
%72.40

CMYK Percentages of Color #311cca

%76
%86
%0
%21

Triadic Colors of #311cca

#311cca #ca311c #1cca31

Analogous Colors of #311cca

#311cca #881cca #1c5eca

Monochromatic Colors of #311cca

#311cca

Complementary Color

#311cca #b5ca1c

#311cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#311cca Color CSS Codes

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

#311cca Text Font Color

<p style="color:#311cca">Text here</p>

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


#311cca Background Color

<div style="background-color:#311cca">
Div content here</div>

This div background color is #311cca


#311cca Border Color

<div style="border:3px solid #311cca">
Div here</div>

This div border color is #311cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,28,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #311cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #311cca;
  -webkit-box-shadow: 1px 1px 3px 2px #311cca;
  box-shadow:         1px 1px 3px 2px #311cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311cca


Comments

No comments written yet.

Please login to write comment.