Color Hex Logo

#6130fe Color Hex

#6130FE
(97,48,254)
0 Favorites   0 Comments

Color spaces of #6130fe

RGB 9748254
HSL0.710.990.59
HSV254°81°100°
CMYK 0.620.810.00   0.00
XYZ23.876111.811094.7873
Yxy11.81100.18300.0905
Hunter Lab34.367163.8680-139.4696
CIE-Lab40.914170.1651-92.8399

#6130fe color RGB value is (97,48,254).

#6130fe hex color red value is 97, green value is 48 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6130fe hue: 0.71 , saturation: 0.99 and the lightness value of 6130fe is 0.59.

The process color (four color CMYK) of #6130fe color hex is 0.62, 0.81, 0.00, 0.00. Web safe color of #6130fe is #6633ff. Color #6130fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110000 11111110
Octal 141 60 376
Decimal 97 48 254
Hex 61 30 FE

RGB Percentages of Color #6130fe

%24.31
%12.03
%63.66

CMYK Percentages of Color #6130fe

%62
%81
%0
%0

Triadic Colors of #6130fe

#6130fe #fe6130 #30fe61

Analogous Colors of #6130fe

#6130fe #c830fe #3066fe

Monochromatic Colors of #6130fe

#6130fe

Complementary Color

#6130fe #cdfe30

#6130fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6130fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6130fe Color CSS Codes

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

#6130fe Text Font Color

<p style="color:#6130fe">Text here</p>

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


#6130fe Background Color

<div style="background-color:#6130fe">
Div content here</div>

This div background color is #6130fe


#6130fe Border Color

<div style="border:3px solid #6130fe">
Div here</div>

This div border color is #6130fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,48,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6130fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6130fe;
  -webkit-box-shadow: 1px 1px 3px 2px #6130fe;
  box-shadow:         1px 1px 3px 2px #6130fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6130fe


Comments

No comments written yet.

Please login to write comment.