Color Hex Logo

#6349e3 Color Hex

#6349E3
(99,73,227)
0 Favorites   0 Comments

Color spaces of #6349e3

RGB 9973227
HSL0.690.730.59
HSV250°68°89°
CMYK 0.560.680.00   0.11
XYZ21.393312.963874.0478
Yxy12.96380.19730.1196
Hunter Lab36.005343.0503-96.7310
CIE-Lab42.708751.0922-74.6572

#6349e3 color RGB value is (99,73,227).

#6349e3 hex color red value is 99, green value is 73 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #6349e3 hue: 0.69 , saturation: 0.73 and the lightness value of 6349e3 is 0.59.

The process color (four color CMYK) of #6349e3 color hex is 0.56, 0.68, 0.00, 0.11. Web safe color of #6349e3 is #6633cc. Color #6349e3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01001001 11100011
Octal 143 111 343
Decimal 99 73 227
Hex 63 49 E3

RGB Percentages of Color #6349e3

%24.81
%18.30
%56.89

CMYK Percentages of Color #6349e3

%56
%68
%0
%11

Triadic Colors of #6349e3

#6349e3 #e36349 #49e363

Analogous Colors of #6349e3

#6349e3 #b049e3 #497ce3

Monochromatic Colors of #6349e3

#6349e3

Complementary Color

#6349e3 #c9e349

#6349e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6349e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6349e3 Color CSS Codes

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

#6349e3 Text Font Color

<p style="color:#6349e3">Text here</p>

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


#6349e3 Background Color

<div style="background-color:#6349e3">
Div content here</div>

This div background color is #6349e3


#6349e3 Border Color

<div style="border:3px solid #6349e3">
Div here</div>

This div border color is #6349e3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,73,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6349e3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6349e3;
  -webkit-box-shadow: 1px 1px 3px 2px #6349e3;
  box-shadow:         1px 1px 3px 2px #6349e3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6349e3


Comments

No comments written yet.

Please login to write comment.