Color Hex Logo

#c15fcc Color Hex

#C15FCC
(193,95,204)
0 Favorites   0 Comments

Color spaces of #c15fcc

RGB 19395204
HSL0.820.520.59
HSV294°53°80°
CMYK 0.050.530.00   0.20
XYZ36.983623.881559.7871
Yxy23.88150.30650.1979
Hunter Lab48.868749.5677-38.3287
CIE-Lab55.969054.8176-39.6899

#c15fcc color RGB value is (193,95,204).

#c15fcc hex color red value is 193, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c15fcc hue: 0.82 , saturation: 0.52 and the lightness value of c15fcc is 0.59.

The process color (four color CMYK) of #c15fcc color hex is 0.05, 0.53, 0.00, 0.20. Web safe color of #c15fcc is #cc66cc. Color #c15fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011111 11001100
Octal 301 137 314
Decimal 193 95 204
Hex C1 5F CC

RGB Percentages of Color #c15fcc

%39.23
%19.31
%41.46

CMYK Percentages of Color #c15fcc

%5
%53
%0
%20

Triadic Colors of #c15fcc

#c15fcc #ccc15f #5fccc1

Analogous Colors of #c15fcc

#c15fcc #cc5fa1 #8b5fcc

Monochromatic Colors of #c15fcc

#c15fcc

Complementary Color

#c15fcc #6acc5f

#c15fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15fcc Color CSS Codes

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

#c15fcc Text Font Color

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

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


#c15fcc Background Color

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

This div background color is #c15fcc


#c15fcc Border Color

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

This div border color is #c15fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,95,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15fcc


Comments

No comments written yet.

Please login to write comment.