Color Hex Logo

#6131de Color Hex

#6131DE
(97,49,222)
0 Favorites   0 Comments

Color spaces of #6131de

RGB 9749222
HSL0.710.720.53
HSV257°78°87°
CMYK 0.560.780.00   0.13
XYZ19.212910.011970.0271
Yxy10.01190.19360.1009
Hunter Lab31.641653.0131-109.0677
CIE-Lab37.863861.2700-79.7677

#6131de color RGB value is (97,49,222).

#6131de hex color red value is 97, green value is 49 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6131de hue: 0.71 , saturation: 0.72 and the lightness value of 6131de is 0.53.

The process color (four color CMYK) of #6131de color hex is 0.56, 0.78, 0.00, 0.13. Web safe color of #6131de is #6633cc. Color #6131de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110001 11011110
Octal 141 61 336
Decimal 97 49 222
Hex 61 31 DE

RGB Percentages of Color #6131de

%26.36
%13.32
%60.33

CMYK Percentages of Color #6131de

%56
%78
%0
%13

Triadic Colors of #6131de

#6131de #de6131 #31de61

Analogous Colors of #6131de

#6131de #b831de #3158de

Monochromatic Colors of #6131de

#6131de

Complementary Color

#6131de #aede31

#6131de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6131de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6131de Color CSS Codes

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

#6131de Text Font Color

<p style="color:#6131de">Text here</p>

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


#6131de Background Color

<div style="background-color:#6131de">
Div content here</div>

This div background color is #6131de


#6131de Border Color

<div style="border:3px solid #6131de">
Div here</div>

This div border color is #6131de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,49,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6131de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6131de;
  -webkit-box-shadow: 1px 1px 3px 2px #6131de;
  box-shadow:         1px 1px 3px 2px #6131de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6131de


Comments

No comments written yet.

Please login to write comment.