Color Hex Logo

#6382fa Color Hex

#6382FA
(99,130,250)
0 Favorites   0 Comments

Color spaces of #6382fa

RGB 99130250
HSL0.630.940.68
HSV228°60°98°
CMYK 0.600.480.00   0.02
XYZ30.383525.520093.7670
Yxy25.52000.20300.1705
Hunter Lab50.517318.9530-74.6881
CIE-Lab57.578624.7278-63.4204

#6382fa color RGB value is (99,130,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000010 11111010
Octal 143 202 372
Decimal 99 130 250
Hex 63 82 FA

RGB Percentages of Color #6382fa

%20.67
%27.14
%52.19

CMYK Percentages of Color #6382fa

%60
%48
%0
%2

Triadic Colors of #6382fa

#6382fa #fa6382 #82fa63

Analogous Colors of #6382fa

#6382fa #9063fa #63cefa

Monochromatic Colors of #6382fa

#6382fa

Complementary Color

#6382fa #fadb63

#6382fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6382fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6382fa Color CSS Codes

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

#6382fa Text Font Color

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

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


#6382fa Background Color

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

This div background color is #6382fa


#6382fa Border Color

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

This div border color is #6382fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6382fa


Comments

No comments written yet.

Please login to write comment.