Color Hex Logo

#c15ccf Color Hex

#C15CCF
(193,92,207)
0 Favorites   0 Comments

Color spaces of #c15ccf

RGB 19392207
HSL0.810.550.59
HSV293°56°81°
CMYK 0.070.560.00   0.19
XYZ37.082023.496761.6124
Yxy23.49670.30350.1923
Hunter Lab48.473451.7235-41.4295
CIE-Lab55.580356.8162-42.0100

#c15ccf color RGB value is (193,92,207).

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

The process color (four color CMYK) of #c15ccf color hex is 0.07, 0.56, 0.00, 0.19. Web safe color of #c15ccf is #cc66cc. Color #c15ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011100 11001111
Octal 301 134 317
Decimal 193 92 207
Hex C1 5C CF

RGB Percentages of Color #c15ccf

%39.23
%18.70
%42.07

CMYK Percentages of Color #c15ccf

%7
%56
%0
%19

Triadic Colors of #c15ccf

#c15ccf #cfc15c #5ccfc1

Analogous Colors of #c15ccf

#c15ccf #cf5ca4 #885ccf

Monochromatic Colors of #c15ccf

#c15ccf

Complementary Color

#c15ccf #6acf5c

#c15ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15ccf Color CSS Codes

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

#c15ccf Text Font Color

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

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


#c15ccf Background Color

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

This div background color is #c15ccf


#c15ccf Border Color

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

This div border color is #c15ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15ccf


Comments

No comments written yet.

Please login to write comment.