Color Hex Logo

#6247ce Color Hex

#6247CE
(98,71,206)
0 Favorites   0 Comments

Color spaces of #6247ce

RGB 9871206
HSL0.700.580.54
HSV252°66°81°
CMYK 0.520.660.00   0.19
XYZ18.430811.559459.6523
Yxy11.55940.20560.1289
Hunter Lab33.999137.2658-80.2264
CIE-Lab40.507145.8394-66.2251

#6247ce color RGB value is (98,71,206).

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

The process color (four color CMYK) of #6247ce color hex is 0.52, 0.66, 0.00, 0.19. Web safe color of #6247ce is #6633cc. Color #6247ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000111 11001110
Octal 142 107 316
Decimal 98 71 206
Hex 62 47 CE

RGB Percentages of Color #6247ce

%26.13
%18.93
%54.93

CMYK Percentages of Color #6247ce

%52
%66
%0
%19

Triadic Colors of #6247ce

#6247ce #ce6247 #47ce62

Analogous Colors of #6247ce

#6247ce #a647ce #4770ce

Monochromatic Colors of #6247ce

#6247ce

Complementary Color

#6247ce #b3ce47

#6247ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6247ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6247ce Color CSS Codes

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

#6247ce Text Font Color

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

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


#6247ce Background Color

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

This div background color is #6247ce


#6247ce Border Color

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

This div border color is #6247ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6247ce


Comments

No comments written yet.

Please login to write comment.