Color Hex Logo

#6247eb Color Hex

#6247EB
(98,71,235)
0 Favorites   0 Comments

Color spaces of #6247eb

RGB 9871235
HSL0.690.800.60
HSV250°70°92°
CMYK 0.580.700.00   0.08
XYZ22.285613.101379.9515
Yxy13.10130.19320.1136
Hunter Lab36.195746.5594-105.6267
CIE-Lab42.915554.3718-78.8558

#6247eb color RGB value is (98,71,235).

#6247eb hex color red value is 98, green value is 71 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6247eb hue: 0.69 , saturation: 0.80 and the lightness value of 6247eb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000111 11101011
Octal 142 107 353
Decimal 98 71 235
Hex 62 47 EB

RGB Percentages of Color #6247eb

%24.26
%17.57
%58.17

CMYK Percentages of Color #6247eb

%58
%70
%0
%8

Triadic Colors of #6247eb

#6247eb #eb6247 #47eb62

Analogous Colors of #6247eb

#6247eb #b447eb #477eeb

Monochromatic Colors of #6247eb

#6247eb

Complementary Color

#6247eb #d0eb47

#6247eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6247eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6247eb Color CSS Codes

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

#6247eb Text Font Color

<p style="color:#6247eb">Text here</p>

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


#6247eb Background Color

<div style="background-color:#6247eb">
Div content here</div>

This div background color is #6247eb


#6247eb Border Color

<div style="border:3px solid #6247eb">
Div here</div>

This div border color is #6247eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,71,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6247eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6247eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6247eb;
  box-shadow:         1px 1px 3px 2px #6247eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,71,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6247eb


Comments

No comments written yet.

Please login to write comment.