Color Hex Logo

#6383ec Color Hex

#6383EC
(99,131,236)
0 Favorites   0 Comments

Color spaces of #6383ec

RGB 99131236
HSL0.630.780.66
HSV226°58°93°
CMYK 0.580.440.00   0.07
XYZ28.402224.941482.6741
Yxy24.94140.20880.1834
Hunter Lab49.941414.1175-63.1911
CIE-Lab57.018319.5441-56.5659

#6383ec color RGB value is (99,131,236).

#6383ec hex color red value is 99, green value is 131 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6383ec hue: 0.63 , saturation: 0.78 and the lightness value of 6383ec is 0.66.

The process color (four color CMYK) of #6383ec color hex is 0.58, 0.44, 0.00, 0.07. Web safe color of #6383ec is #6699ff. Color #6383ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000011 11101100
Octal 143 203 354
Decimal 99 131 236
Hex 63 83 EC

RGB Percentages of Color #6383ec

%21.24
%28.11
%50.64

CMYK Percentages of Color #6383ec

%58
%44
%0
%7

Triadic Colors of #6383ec

#6383ec #ec6383 #83ec63

Analogous Colors of #6383ec

#6383ec #8863ec #63c8ec

Monochromatic Colors of #6383ec

#6383ec

Complementary Color

#6383ec #eccc63

#6383ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6383ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6383ec Color CSS Codes

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

#6383ec Text Font Color

<p style="color:#6383ec">Text here</p>

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


#6383ec Background Color

<div style="background-color:#6383ec">
Div content here</div>

This div background color is #6383ec


#6383ec Border Color

<div style="border:3px solid #6383ec">
Div here</div>

This div border color is #6383ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,131,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6383ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6383ec;
  -webkit-box-shadow: 1px 1px 3px 2px #6383ec;
  box-shadow:         1px 1px 3px 2px #6383ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6383ec


Comments

No comments written yet.

Please login to write comment.