Color Hex Logo

#6383ea Color Hex

#6383EA
(99,131,234)
0 Favorites   0 Comments

Color spaces of #6383ea

RGB 99131234
HSL0.630.760.65
HSV226°58°92°
CMYK 0.580.440.00   0.08
XYZ28.113224.825881.1520
Yxy24.82580.20970.1851
Hunter Lab49.825513.5210-61.6892
CIE-Lab56.905318.8934-55.6340

#6383ea color RGB value is (99,131,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 10000011 11101010
Octal 143 203 352
Decimal 99 131 234
Hex 63 83 EA

RGB Percentages of Color #6383ea

%21.34
%28.23
%50.43

CMYK Percentages of Color #6383ea

%58
%44
%0
%8

Triadic Colors of #6383ea

#6383ea #ea6383 #83ea63

Analogous Colors of #6383ea

#6383ea #8763ea #63c7ea

Monochromatic Colors of #6383ea

#6383ea

Complementary Color

#6383ea #eaca63

#6383ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6383ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6383ea Color CSS Codes

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

#6383ea Text Font Color

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

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


#6383ea Background Color

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

This div background color is #6383ea


#6383ea Border Color

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

This div border color is #6383ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6383ea


Comments

No comments written yet.

Please login to write comment.