Color Hex Logo

#4131be Color Hex

#4131BE
(65,49,190)
0 Favorites   0 Comments

Color spaces of #4131be

RGB 6549190
HSL0.690.590.47
HSV247°74°75°
CMYK 0.660.740.00   0.25
XYZ12.57257.038149.4110
Yxy7.03810.18220.1020
Hunter Lab26.529438.1661-91.8569
CIE-Lab31.893548.3225-71.1170

#4131be color RGB value is (65,49,190).

#4131be hex color red value is 65, green value is 49 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4131be hue: 0.69 , saturation: 0.59 and the lightness value of 4131be is 0.47.

The process color (four color CMYK) of #4131be color hex is 0.66, 0.74, 0.00, 0.25. Web safe color of #4131be is #3333cc. Color #4131be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 00110001 10111110
Octal 101 61 276
Decimal 65 49 190
Hex 41 31 BE

RGB Percentages of Color #4131be

%21.38
%16.12
%62.50

CMYK Percentages of Color #4131be

%66
%74
%0
%25

Triadic Colors of #4131be

#4131be #be4131 #31be41

Analogous Colors of #4131be

#4131be #8831be #3168be

Monochromatic Colors of #4131be

#4131be

Complementary Color

#4131be #aebe31

#4131be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4131be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4131be Color CSS Codes

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

#4131be Text Font Color

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

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


#4131be Background Color

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

This div background color is #4131be


#4131be Border Color

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

This div border color is #4131be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4131be


Comments

No comments written yet.

Please login to write comment.