Color Hex Logo

#6347ea Color Hex

#6347EA
(99,71,234)
0 Favorites   0 Comments

Color spaces of #6347ea

RGB 9971234
HSL0.700.800.60
HSV250°70°92°
CMYK 0.580.700.00   0.08
XYZ22.250113.099679.1977
Yxy13.09960.19420.1144
Hunter Lab36.193446.3956-104.4020
CIE-Lab42.912954.2190-78.2913

#6347ea color RGB value is (99,71,234).

#6347ea hex color red value is 99, green value is 71 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6347ea hue: 0.70 , saturation: 0.80 and the lightness value of 6347ea is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01000111 11101010
Octal 143 107 352
Decimal 99 71 234
Hex 63 47 EA

RGB Percentages of Color #6347ea

%24.50
%17.57
%57.92

CMYK Percentages of Color #6347ea

%58
%70
%0
%8

Triadic Colors of #6347ea

#6347ea #ea6347 #47ea63

Analogous Colors of #6347ea

#6347ea #b547ea #477dea

Monochromatic Colors of #6347ea

#6347ea

Complementary Color

#6347ea #ceea47

#6347ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6347ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6347ea Color CSS Codes

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

#6347ea Text Font Color

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

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


#6347ea Background Color

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

This div background color is #6347ea


#6347ea Border Color

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

This div border color is #6347ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6347ea


Comments

No comments written yet.

Please login to write comment.