Color Hex Logo

#6131dc Color Hex

#6131DC
(97,49,220)
0 Favorites   0 Comments

Color spaces of #6131dc

RGB 9749220
HSL0.710.710.53
HSV257°78°86°
CMYK 0.560.780.00   0.14
XYZ18.94639.905368.6235
Yxy9.90530.19440.1016
Hunter Lab31.472752.3783-107.2459
CIE-Lab37.671960.7334-78.9372

#6131dc color RGB value is (97,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110001 11011100
Octal 141 61 334
Decimal 97 49 220
Hex 61 31 DC

RGB Percentages of Color #6131dc

%26.50
%13.39
%60.11

CMYK Percentages of Color #6131dc

%56
%78
%0
%14

Triadic Colors of #6131dc

#6131dc #dc6131 #31dc61

Analogous Colors of #6131dc

#6131dc #b731dc #3157dc

Monochromatic Colors of #6131dc

#6131dc

Complementary Color

#6131dc #acdc31

#6131dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6131dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6131dc Color CSS Codes

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

#6131dc Text Font Color

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

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


#6131dc Background Color

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

This div background color is #6131dc


#6131dc Border Color

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

This div border color is #6131dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,49,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 #6131dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6131dc


Comments

No comments written yet.

Please login to write comment.