Color Hex Logo

#9c89fc Color Hex

#9C89FC
(156,137,252)
0 Favorites   0 Comments

Color spaces of #9c89fc

RGB 156137252
HSL0.690.950.76
HSV250°46°99°
CMYK 0.380.460.00   0.01
XYZ40.226631.987596.1495
Yxy31.98750.23890.1900
Hunter Lab56.557527.9828-61.2046
CIE-Lab63.332633.4500-55.0979

#9c89fc color RGB value is (156,137,252).

#9c89fc hex color red value is 156, green value is 137 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9c89fc hue: 0.69 , saturation: 0.95 and the lightness value of 9c89fc is 0.76.

The process color (four color CMYK) of #9c89fc color hex is 0.38, 0.46, 0.00, 0.01. Web safe color of #9c89fc is #9999ff. Color #9c89fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10001001 11111100
Octal 234 211 374
Decimal 156 137 252
Hex 9C 89 FC

RGB Percentages of Color #9c89fc

%28.62
%25.14
%46.24

CMYK Percentages of Color #9c89fc

%38
%46
%0
%1

Triadic Colors of #9c89fc

#9c89fc #fc9c89 #89fc9c

Analogous Colors of #9c89fc

#9c89fc #d689fc #89b0fc

Monochromatic Colors of #9c89fc

#9c89fc

Complementary Color

#9c89fc #e9fc89

#9c89fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c89fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c89fc Color CSS Codes

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

#9c89fc Text Font Color

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

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


#9c89fc Background Color

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

This div background color is #9c89fc


#9c89fc Border Color

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

This div border color is #9c89fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c89fc


Comments

No comments written yet.

Please login to write comment.