Color Hex Logo

#c15fca Color Hex

#C15FCA
(193,95,202)
0 Favorites   0 Comments

Color spaces of #c15fca

RGB 19395202
HSL0.820.500.58
HSV295°53°79°
CMYK 0.040.530.00   0.21
XYZ36.745223.786158.5316
Yxy23.78610.30860.1998
Hunter Lab48.771049.1368-37.0161
CIE-Lab55.873054.4452-38.7008

#c15fca color RGB value is (193,95,202).

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

The process color (four color CMYK) of #c15fca color hex is 0.04, 0.53, 0.00, 0.21. Web safe color of #c15fca is #cc66cc. Color #c15fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011111 11001010
Octal 301 137 312
Decimal 193 95 202
Hex C1 5F CA

RGB Percentages of Color #c15fca

%39.39
%19.39
%41.22

CMYK Percentages of Color #c15fca

%4
%53
%0
%21

Triadic Colors of #c15fca

#c15fca #cac15f #5fcac1

Analogous Colors of #c15fca

#c15fca #ca5f9e #8c5fca

Monochromatic Colors of #c15fca

#c15fca

Complementary Color

#c15fca #68ca5f

#c15fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15fca Color CSS Codes

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

#c15fca Text Font Color

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

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


#c15fca Background Color

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

This div background color is #c15fca


#c15fca Border Color

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

This div border color is #c15fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15fca


Comments

No comments written yet.

Please login to write comment.