Color Hex Logo

#c15ffc Color Hex

#C15FFC
(193,95,252)
0 Favorites   0 Comments

Color spaces of #c15ffc

RGB 19395252
HSL0.770.960.68
HSV277°62°99°
CMYK 0.230.620.00   0.01
XYZ43.655226.550194.9193
Yxy26.55010.26440.1608
Hunter Lab51.526861.0592-73.1514
CIE-Lab58.555664.4164-62.5123

#c15ffc color RGB value is (193,95,252).

#c15ffc hex color red value is 193, green value is 95 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c15ffc hue: 0.77 , saturation: 0.96 and the lightness value of c15ffc is 0.68.

The process color (four color CMYK) of #c15ffc color hex is 0.23, 0.62, 0.00, 0.01. Web safe color of #c15ffc is #cc66ff. Color #c15ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011111 11111100
Octal 301 137 374
Decimal 193 95 252
Hex C1 5F FC

RGB Percentages of Color #c15ffc

%35.74
%17.59
%46.67

CMYK Percentages of Color #c15ffc

%23
%62
%0
%1

Triadic Colors of #c15ffc

#c15ffc #fcc15f #5ffcc1

Analogous Colors of #c15ffc

#c15ffc #fc5fe9 #735ffc

Monochromatic Colors of #c15ffc

#c15ffc

Complementary Color

#c15ffc #9afc5f

#c15ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15ffc Color CSS Codes

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

#c15ffc Text Font Color

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

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


#c15ffc Background Color

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

This div background color is #c15ffc


#c15ffc Border Color

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

This div border color is #c15ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15ffc


Comments

No comments written yet.

Please login to write comment.