Color Hex Logo

#9862f7 Color Hex

#9862F7
(152,98,247)
0 Favorites   0 Comments

Color spaces of #9862f7

RGB 15298247
HSL0.730.900.68
HSV262°60°97°
CMYK 0.380.600.00   0.03
XYZ34.105122.126290.4689
Yxy22.12620.23250.1508
Hunter Lab47.038547.1034-81.1052
CIE-Lab54.160652.8849-67.0558

#9862f7 color RGB value is (152,98,247).

#9862f7 hex color red value is 152, green value is 98 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #9862f7 hue: 0.73 , saturation: 0.90 and the lightness value of 9862f7 is 0.68.

The process color (four color CMYK) of #9862f7 color hex is 0.38, 0.60, 0.00, 0.03. Web safe color of #9862f7 is #9966ff. Color #9862f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01100010 11110111
Octal 230 142 367
Decimal 152 98 247
Hex 98 62 F7

RGB Percentages of Color #9862f7

%30.58
%19.72
%49.70

CMYK Percentages of Color #9862f7

%38
%60
%0
%3

Triadic Colors of #9862f7

#9862f7 #f79862 #62f798

Analogous Colors of #9862f7

#9862f7 #e362f7 #6277f7

Monochromatic Colors of #9862f7

#9862f7

Complementary Color

#9862f7 #c1f762

#9862f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9862f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9862f7 Color CSS Codes

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

#9862f7 Text Font Color

<p style="color:#9862f7">Text here</p>

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


#9862f7 Background Color

<div style="background-color:#9862f7">
Div content here</div>

This div background color is #9862f7


#9862f7 Border Color

<div style="border:3px solid #9862f7">
Div here</div>

This div border color is #9862f7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,98,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9862f7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9862f7;
  -webkit-box-shadow: 1px 1px 3px 2px #9862f7;
  box-shadow:         1px 1px 3px 2px #9862f7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9862f7


Comments

No comments written yet.

Please login to write comment.