Color Hex Logo

#6382df Color Hex

#6382DF
(99,130,223)
0 Favorites   0 Comments

Color spaces of #6382df

RGB 99130223
HSL0.630.660.63
HSV225°56°87°
CMYK 0.560.420.00   0.13
XYZ26.447523.945673.0401
Yxy23.94560.21430.1940
Hunter Lab48.934210.8390-54.2433
CIE-Lab56.033315.9382-50.8822

#6382df color RGB value is (99,130,223).

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

The process color (four color CMYK) of #6382df color hex is 0.56, 0.42, 0.00, 0.13. Web safe color of #6382df is #6699cc. Color #6382df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000010 11011111
Octal 143 202 337
Decimal 99 130 223
Hex 63 82 DF

RGB Percentages of Color #6382df

%21.90
%28.76
%49.34

CMYK Percentages of Color #6382df

%56
%42
%0
%13

Triadic Colors of #6382df

#6382df #df6382 #82df63

Analogous Colors of #6382df

#6382df #8263df #63c0df

Monochromatic Colors of #6382df

#6382df

Complementary Color

#6382df #dfc063

#6382df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6382df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6382df Color CSS Codes

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

#6382df Text Font Color

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

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


#6382df Background Color

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

This div background color is #6382df


#6382df Border Color

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

This div border color is #6382df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6382df


Comments

No comments written yet.

Please login to write comment.