Color Hex Logo

#6247df Color Hex

#6247DF
(98,71,223)
0 Favorites   0 Comments

Color spaces of #6247df

RGB 9871223
HSL0.700.700.58
HSV251°68°87°
CMYK 0.560.680.00   0.13
XYZ20.609512.430971.1252
Yxy12.43090.19790.1193
Hunter Lab35.257542.6403-94.9260
CIE-Lab41.892950.8475-73.7186

#6247df color RGB value is (98,71,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000111 11011111
Octal 142 107 337
Decimal 98 71 223
Hex 62 47 DF

RGB Percentages of Color #6247df

%25.00
%18.11
%56.89

CMYK Percentages of Color #6247df

%56
%68
%0
%13

Triadic Colors of #6247df

#6247df #df6247 #47df62

Analogous Colors of #6247df

#6247df #ae47df #4778df

Monochromatic Colors of #6247df

#6247df

Complementary Color

#6247df #c4df47

#6247df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6247df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6247df Color CSS Codes

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

#6247df Text Font Color

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

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


#6247df Background Color

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

This div background color is #6247df


#6247df Border Color

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

This div border color is #6247df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6247df


Comments

No comments written yet.

Please login to write comment.