Color Hex Logo

#6849fd Color Hex

#6849FD
(104,73,253)
0 Favorites   0 Comments

Color spaces of #6849fd

RGB 10473253
HSL0.700.980.64
HSV250°71°99°
CMYK 0.590.710.00   0.01
XYZ25.821114.800094.4243
Yxy14.80000.19120.1096
Hunter Lab38.470852.4831-118.5944
CIE-Lab45.359059.3502-84.9322

#6849fd color RGB value is (104,73,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01001001 11111101
Octal 150 111 375
Decimal 104 73 253
Hex 68 49 FD

RGB Percentages of Color #6849fd

%24.19
%16.98
%58.84

CMYK Percentages of Color #6849fd

%59
%71
%0
%1

Triadic Colors of #6849fd

#6849fd #fd6849 #49fd68

Analogous Colors of #6849fd

#6849fd #c249fd #4984fd

Monochromatic Colors of #6849fd

#6849fd

Complementary Color

#6849fd #defd49

#6849fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6849fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6849fd Color CSS Codes

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

#6849fd Text Font Color

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

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


#6849fd Background Color

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

This div background color is #6849fd


#6849fd Border Color

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

This div border color is #6849fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,73,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 #6849fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6849fd

Related Colors


Comments

No comments written yet.

Please login to write comment.