Color Hex Logo

#6883fd Color Hex

#6883FD
(104,131,253)
0 Favorites   0 Comments

Color spaces of #6883fd

RGB 104131253
HSL0.640.970.70
HSV229°59°99°
CMYK 0.590.480.00   0.01
XYZ31.554826.267596.3355
Yxy26.26750.20470.1704
Hunter Lab51.251820.2084-75.5682
CIE-Lab58.290125.9989-63.9155

#6883fd color RGB value is (104,131,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10000011 11111101
Octal 150 203 375
Decimal 104 131 253
Hex 68 83 FD

RGB Percentages of Color #6883fd

%21.31
%26.84
%51.84

CMYK Percentages of Color #6883fd

%59
%48
%0
%1

Triadic Colors of #6883fd

#6883fd #fd6883 #83fd68

Analogous Colors of #6883fd

#6883fd #9868fd #68cefd

Monochromatic Colors of #6883fd

#6883fd

Complementary Color

#6883fd #fde268

#6883fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6883fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6883fd Color CSS Codes

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

#6883fd Text Font Color

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

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


#6883fd Background Color

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

This div background color is #6883fd


#6883fd Border Color

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

This div border color is #6883fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6883fd

Related Colors


Comments

No comments written yet.

Please login to write comment.