Color Hex Logo

#6247ef Color Hex

#6247EF
(98,71,239)
0 Favorites   0 Comments

Color spaces of #6247ef

RGB 9871239
HSL0.690.840.61
HSV250°70°94°
CMYK 0.590.700.00   0.06
XYZ22.870213.335183.0299
Yxy13.33510.19180.1118
Hunter Lab36.517347.8866-109.2466
CIE-Lab43.263955.5428-80.5418

#6247ef color RGB value is (98,71,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 01000111 11101111
Octal 142 107 357
Decimal 98 71 239
Hex 62 47 EF

RGB Percentages of Color #6247ef

%24.02
%17.40
%58.58

CMYK Percentages of Color #6247ef

%59
%70
%0
%6

Triadic Colors of #6247ef

#6247ef #ef6247 #47ef62

Analogous Colors of #6247ef

#6247ef #b647ef #4780ef

Monochromatic Colors of #6247ef

#6247ef

Complementary Color

#6247ef #d4ef47

#6247ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6247ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6247ef Color CSS Codes

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

#6247ef Text Font Color

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

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


#6247ef Background Color

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

This div background color is #6247ef


#6247ef Border Color

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

This div border color is #6247ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6247ef


Comments

No comments written yet.

Please login to write comment.