Color Hex Logo

#6782fa Color Hex

#6782FA
(103,130,250)
0 Favorites   0 Comments

Color spaces of #6782fa

RGB 103130250
HSL0.640.940.69
HSV229°59°98°
CMYK 0.590.480.00   0.02
XYZ30.831525.751093.7879
Yxy25.75100.20500.1713
Hunter Lab50.745419.6470-74.0582
CIE-Lab57.799925.4458-63.0529

#6782fa color RGB value is (103,130,250).

#6782fa hex color red value is 103, green value is 130 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6782fa hue: 0.64 , saturation: 0.94 and the lightness value of 6782fa is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000010 11111010
Octal 147 202 372
Decimal 103 130 250
Hex 67 82 FA

RGB Percentages of Color #6782fa

%21.33
%26.92
%51.76

CMYK Percentages of Color #6782fa

%59
%48
%0
%2

Triadic Colors of #6782fa

#6782fa #fa6782 #82fa67

Analogous Colors of #6782fa

#6782fa #9667fa #67ccfa

Monochromatic Colors of #6782fa

#6782fa

Complementary Color

#6782fa #fadf67

#6782fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6782fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6782fa Color CSS Codes

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

#6782fa Text Font Color

<p style="color:#6782fa">Text here</p>

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


#6782fa Background Color

<div style="background-color:#6782fa">
Div content here</div>

This div background color is #6782fa


#6782fa Border Color

<div style="border:3px solid #6782fa">
Div here</div>

This div border color is #6782fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,130,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6782fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6782fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6782fa;
  box-shadow:         1px 1px 3px 2px #6782fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,130,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6782fa


Comments

No comments written yet.

Please login to write comment.