Color Hex Logo

#9c5ccf Color Hex

#9C5CCF
(156,92,207)
0 Favorites   0 Comments

Color spaces of #9c5ccf

RGB 15692207
HSL0.760.550.59
HSV273°56°81°
CMYK 0.250.560.00   0.19
XYZ28.799919.227261.2248
Yxy19.22720.26360.1760
Hunter Lab43.848840.5033-52.0907
CIE-Lab50.952047.2450-49.6423

#9c5ccf color RGB value is (156,92,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 01011100 11001111
Octal 234 134 317
Decimal 156 92 207
Hex 9C 5C CF

RGB Percentages of Color #9c5ccf

%34.29
%20.22
%45.49

CMYK Percentages of Color #9c5ccf

%25
%56
%0
%19

Triadic Colors of #9c5ccf

#9c5ccf #cf9c5c #5ccf9c

Analogous Colors of #9c5ccf

#9c5ccf #cf5cc9 #635ccf

Monochromatic Colors of #9c5ccf

#9c5ccf

Complementary Color

#9c5ccf #8fcf5c

#9c5ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c5ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c5ccf Color CSS Codes

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

#9c5ccf Text Font Color

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

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


#9c5ccf Background Color

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

This div background color is #9c5ccf


#9c5ccf Border Color

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

This div border color is #9c5ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c5ccf


Comments

No comments written yet.

Please login to write comment.