Color Hex Logo

#c95cfc Color Hex

#C95CFC
(201,92,252)
0 Favorites   0 Comments

Color spaces of #c95cfc

RGB 20192252
HSL0.780.960.67
HSV281°63°99°
CMYK 0.200.630.00   0.01
XYZ45.485227.100194.9290
Yxy27.10010.27150.1618
Hunter Lab52.057864.8624-71.6768
CIE-Lab59.066967.5294-61.6372

#c95cfc color RGB value is (201,92,252).

#c95cfc hex color red value is 201, green value is 92 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c95cfc hue: 0.78 , saturation: 0.96 and the lightness value of c95cfc is 0.67.

The process color (four color CMYK) of #c95cfc color hex is 0.20, 0.63, 0.00, 0.01. Web safe color of #c95cfc is #cc66ff. Color #c95cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011100 11111100
Octal 311 134 374
Decimal 201 92 252
Hex C9 5C FC

RGB Percentages of Color #c95cfc

%36.88
%16.88
%46.24

CMYK Percentages of Color #c95cfc

%20
%63
%0
%1

Triadic Colors of #c95cfc

#c95cfc #fcc95c #5cfcc9

Analogous Colors of #c95cfc

#c95cfc #fc5cdf #795cfc

Monochromatic Colors of #c95cfc

#c95cfc

Complementary Color

#c95cfc #8ffc5c

#c95cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95cfc Color CSS Codes

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

#c95cfc Text Font Color

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

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


#c95cfc Background Color

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

This div background color is #c95cfc


#c95cfc Border Color

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

This div border color is #c95cfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,92,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c95cfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c95cfc;
  -webkit-box-shadow: 1px 1px 3px 2px #c95cfc;
  box-shadow:         1px 1px 3px 2px #c95cfc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95cfc


Comments

No comments written yet.

Please login to write comment.