Color Hex Logo

#9874fc Color Hex

#9874FC
(152,116,252)
0 Favorites   0 Comments

Color spaces of #9874fc

RGB 152116252
HSL0.710.960.72
HSV256°54°99°
CMYK 0.400.540.00   0.01
XYZ36.765026.194595.2138
Yxy26.19450.23240.1656
Hunter Lab51.180638.6575-74.4738
CIE-Lab58.221244.3890-63.2861

#9874fc color RGB value is (152,116,252).

#9874fc hex color red value is 152, green value is 116 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9874fc hue: 0.71 , saturation: 0.96 and the lightness value of 9874fc is 0.72.

The process color (four color CMYK) of #9874fc color hex is 0.40, 0.54, 0.00, 0.01. Web safe color of #9874fc is #9966ff. Color #9874fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 01110100 11111100
Octal 230 164 374
Decimal 152 116 252
Hex 98 74 FC

RGB Percentages of Color #9874fc

%29.23
%22.31
%48.46

CMYK Percentages of Color #9874fc

%40
%54
%0
%1

Triadic Colors of #9874fc

#9874fc #fc9874 #74fc98

Analogous Colors of #9874fc

#9874fc #dc74fc #7494fc

Monochromatic Colors of #9874fc

#9874fc

Complementary Color

#9874fc #d8fc74

#9874fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9874fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9874fc Color CSS Codes

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

#9874fc Text Font Color

<p style="color:#9874fc">Text here</p>

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


#9874fc Background Color

<div style="background-color:#9874fc">
Div content here</div>

This div background color is #9874fc


#9874fc Border Color

<div style="border:3px solid #9874fc">
Div here</div>

This div border color is #9874fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,116,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9874fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9874fc;
  -webkit-box-shadow: 1px 1px 3px 2px #9874fc;
  box-shadow:         1px 1px 3px 2px #9874fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9874fc

Related Colors


Comments

No comments written yet.

Please login to write comment.