Color Hex Logo

#4131ce Color Hex

#4131CE
(65,49,206)
0 Favorites   0 Comments

Color spaces of #4131ce

RGB 6549206
HSL0.680.620.50
HSV246°76°81°
CMYK 0.680.760.00   0.19
XYZ14.41897.776759.1336
Yxy7.77670.17730.0956
Hunter Lab27.886743.4920-106.2033
CIE-Lab33.513453.2462-77.8074

#4131ce color RGB value is (65,49,206).

#4131ce hex color red value is 65, green value is 49 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4131ce hue: 0.68 , saturation: 0.62 and the lightness value of 4131ce is 0.50.

The process color (four color CMYK) of #4131ce color hex is 0.68, 0.76, 0.00, 0.19. Web safe color of #4131ce is #3333cc. Color #4131ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110001 11001110
Octal 101 61 316
Decimal 65 49 206
Hex 41 31 CE

RGB Percentages of Color #4131ce

%20.31
%15.31
%64.38

CMYK Percentages of Color #4131ce

%68
%76
%0
%19

Triadic Colors of #4131ce

#4131ce #ce4131 #31ce41

Analogous Colors of #4131ce

#4131ce #9031ce #3170ce

Monochromatic Colors of #4131ce

#4131ce

Complementary Color

#4131ce #bece31

#4131ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4131ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4131ce Color CSS Codes

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

#4131ce Text Font Color

<p style="color:#4131ce">Text here</p>

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


#4131ce Background Color

<div style="background-color:#4131ce">
Div content here</div>

This div background color is #4131ce


#4131ce Border Color

<div style="border:3px solid #4131ce">
Div here</div>

This div border color is #4131ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,49,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4131ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4131ce;
  -webkit-box-shadow: 1px 1px 3px 2px #4131ce;
  box-shadow:         1px 1px 3px 2px #4131ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4131ce


Comments

No comments written yet.

Please login to write comment.