Color Hex Logo

#6378fa Color Hex

#6378FA
(99,120,250)
0 Favorites   0 Comments

Color spaces of #6378fa

RGB 99120250
HSL0.640.940.68
HSV232°60°98°
CMYK 0.600.520.00   0.02
XYZ29.117422.987793.3449
Yxy22.98770.20020.1580
Hunter Lab47.945524.4988-81.8696
CIE-Lab55.059730.7690-67.4775

#6378fa color RGB value is (99,120,250).

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

The process color (four color CMYK) of #6378fa color hex is 0.60, 0.52, 0.00, 0.02. Web safe color of #6378fa is #6666ff. Color #6378fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01111000 11111010
Octal 143 170 372
Decimal 99 120 250
Hex 63 78 FA

RGB Percentages of Color #6378fa

%21.11
%25.59
%53.30

CMYK Percentages of Color #6378fa

%60
%52
%0
%2

Triadic Colors of #6378fa

#6378fa #fa6378 #78fa63

Analogous Colors of #6378fa

#6378fa #9a63fa #63c4fa

Monochromatic Colors of #6378fa

#6378fa

Complementary Color

#6378fa #fae563

#6378fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6378fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6378fa Color CSS Codes

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

#6378fa Text Font Color

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

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


#6378fa Background Color

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

This div background color is #6378fa


#6378fa Border Color

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

This div border color is #6378fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,120,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 #6378fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6378fa


Comments

No comments written yet.

Please login to write comment.