Color Hex Logo

#9f7cfc Color Hex

#9F7CFC
(159,124,252)
0 Favorites   0 Comments

Color spaces of #9f7cfc

RGB 159124252
HSL0.710.960.74
HSV256°51°99°
CMYK 0.370.510.00   0.01
XYZ39.076428.814595.5977
Yxy28.81450.23900.1762
Hunter Lab53.679136.0028-68.0147
CIE-Lab60.617641.5399-59.4112

#9f7cfc color RGB value is (159,124,252).

#9f7cfc hex color red value is 159, green value is 124 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9f7cfc hue: 0.71 , saturation: 0.96 and the lightness value of 9f7cfc is 0.74.

The process color (four color CMYK) of #9f7cfc color hex is 0.37, 0.51, 0.00, 0.01. Web safe color of #9f7cfc is #9966ff. Color #9f7cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01111100 11111100
Octal 237 174 374
Decimal 159 124 252
Hex 9F 7C FC

RGB Percentages of Color #9f7cfc

%29.72
%23.18
%47.10

CMYK Percentages of Color #9f7cfc

%37
%51
%0
%1

Triadic Colors of #9f7cfc

#9f7cfc #fc9f7c #7cfc9f

Analogous Colors of #9f7cfc

#9f7cfc #df7cfc #7c99fc

Monochromatic Colors of #9f7cfc

#9f7cfc

Complementary Color

#9f7cfc #d9fc7c

#9f7cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f7cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f7cfc Color CSS Codes

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

#9f7cfc Text Font Color

<p style="color:#9f7cfc">Text here</p>

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


#9f7cfc Background Color

<div style="background-color:#9f7cfc">
Div content here</div>

This div background color is #9f7cfc


#9f7cfc Border Color

<div style="border:3px solid #9f7cfc">
Div here</div>

This div border color is #9f7cfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,124,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f7cfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f7cfc;
  -webkit-box-shadow: 1px 1px 3px 2px #9f7cfc;
  box-shadow:         1px 1px 3px 2px #9f7cfc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,124,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 #9f7cfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f7cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.