Color Hex Logo

#9c5ecf Color Hex

#9C5ECF
(156,94,207)
0 Favorites   0 Comments

Color spaces of #9c5ecf

RGB 15694207
HSL0.760.540.59
HSV273°55°81°
CMYK 0.250.550.00   0.19
XYZ28.975519.578361.2833
Yxy19.57830.26380.1782
Hunter Lab44.247439.4583-51.1444
CIE-Lab51.357046.1802-48.9964

#9c5ecf color RGB value is (156,94,207).

#9c5ecf hex color red value is 156, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9c5ecf hue: 0.76 , saturation: 0.54 and the lightness value of 9c5ecf is 0.59.

The process color (four color CMYK) of #9c5ecf color hex is 0.25, 0.55, 0.00, 0.19. Web safe color of #9c5ecf is #9966cc. Color #9c5ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01011110 11001111
Octal 234 136 317
Decimal 156 94 207
Hex 9C 5E CF

RGB Percentages of Color #9c5ecf

%34.14
%20.57
%45.30

CMYK Percentages of Color #9c5ecf

%25
%55
%0
%19

Triadic Colors of #9c5ecf

#9c5ecf #cf9c5e #5ecf9c

Analogous Colors of #9c5ecf

#9c5ecf #cf5eca #645ecf

Monochromatic Colors of #9c5ecf

#9c5ecf

Complementary Color

#9c5ecf #91cf5e

#9c5ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c5ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c5ecf Color CSS Codes

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

#9c5ecf Text Font Color

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

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


#9c5ecf Background Color

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

This div background color is #9c5ecf


#9c5ecf Border Color

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

This div border color is #9c5ecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,94,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c5ecf


Comments

No comments written yet.

Please login to write comment.