Color Hex Logo

#6148fd Color Hex

#6148FD
(97,72,253)
0 Favorites   0 Comments

Color spaces of #6148fd

RGB 9772253
HSL0.690.980.64
HSV248°72°99°
CMYK 0.620.720.00   0.01
XYZ24.976814.268094.3661
Yxy14.26800.18690.1068
Hunter Lab37.773051.9275-121.6796
CIE-Lab44.614858.9892-86.1761

#6148fd color RGB value is (97,72,253).

#6148fd hex color red value is 97, green value is 72 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #6148fd hue: 0.69 , saturation: 0.98 and the lightness value of 6148fd is 0.64.

The process color (four color CMYK) of #6148fd color hex is 0.62, 0.72, 0.00, 0.01. Web safe color of #6148fd is #6633ff. Color #6148fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01001000 11111101
Octal 141 110 375
Decimal 97 72 253
Hex 61 48 FD

RGB Percentages of Color #6148fd

%22.99
%17.06
%59.95

CMYK Percentages of Color #6148fd

%62
%72
%0
%1

Triadic Colors of #6148fd

#6148fd #fd6148 #48fd61

Analogous Colors of #6148fd

#6148fd #bc48fd #488afd

Monochromatic Colors of #6148fd

#6148fd

Complementary Color

#6148fd #e4fd48

#6148fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6148fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6148fd Color CSS Codes

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

#6148fd Text Font Color

<p style="color:#6148fd">Text here</p>

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


#6148fd Background Color

<div style="background-color:#6148fd">
Div content here</div>

This div background color is #6148fd


#6148fd Border Color

<div style="border:3px solid #6148fd">
Div here</div>

This div border color is #6148fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,72,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6148fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6148fd;
  -webkit-box-shadow: 1px 1px 3px 2px #6148fd;
  box-shadow:         1px 1px 3px 2px #6148fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6148fd

Related Colors


Comments

No comments written yet.

Please login to write comment.