Color Hex Logo

#6247de Color Hex

#6247DE
(98,71,222)
0 Favorites   0 Comments

Color spaces of #6247de

RGB 9871222
HSL0.700.700.57
HSV251°68°87°
CMYK 0.560.680.00   0.13
XYZ20.475112.377170.4171
Yxy12.37710.19830.1199
Hunter Lab35.181142.3185-94.0457
CIE-Lab41.809350.5536-73.2850

#6247de color RGB value is (98,71,222).

#6247de hex color red value is 98, green value is 71 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6247de hue: 0.70 , saturation: 0.70 and the lightness value of 6247de is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000111 11011110
Octal 142 107 336
Decimal 98 71 222
Hex 62 47 DE

RGB Percentages of Color #6247de

%25.06
%18.16
%56.78

CMYK Percentages of Color #6247de

%56
%68
%0
%13

Triadic Colors of #6247de

#6247de #de6247 #47de62

Analogous Colors of #6247de

#6247de #ae47de #4778de

Monochromatic Colors of #6247de

#6247de

Complementary Color

#6247de #c3de47

#6247de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6247de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6247de Color CSS Codes

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

#6247de Text Font Color

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

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


#6247de Background Color

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

This div background color is #6247de


#6247de Border Color

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

This div border color is #6247de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6247de


Comments

No comments written yet.

Please login to write comment.