Color Hex Logo

#6131fb Color Hex

#6131FB
(97,49,251)
0 Favorites   0 Comments

Color spaces of #6131fb

RGB 9749251
HSL0.710.960.59
HSV254°80°98°
CMYK 0.610.800.00   0.02
XYZ23.440711.703092.2902
Yxy11.70300.18390.0918
Hunter Lab34.209662.4426-136.0048
CIE-Lab40.740168.9857-91.4480

#6131fb color RGB value is (97,49,251).

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

The process color (four color CMYK) of #6131fb color hex is 0.61, 0.80, 0.00, 0.02. Web safe color of #6131fb is #6633ff. Color #6131fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110001 11111011
Octal 141 61 373
Decimal 97 49 251
Hex 61 31 FB

RGB Percentages of Color #6131fb

%24.43
%12.34
%63.22

CMYK Percentages of Color #6131fb

%61
%80
%0
%2

Triadic Colors of #6131fb

#6131fb #fb6131 #31fb61

Analogous Colors of #6131fb

#6131fb #c631fb #3166fb

Monochromatic Colors of #6131fb

#6131fb

Complementary Color

#6131fb #cbfb31

#6131fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6131fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6131fb Color CSS Codes

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

#6131fb Text Font Color

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

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


#6131fb Background Color

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

This div background color is #6131fb


#6131fb Border Color

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

This div border color is #6131fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6131fb

Related Colors


Comments

No comments written yet.

Please login to write comment.