Color Hex Logo

#c15fbf Color Hex

#C15FBF
(193,95,191)
0 Favorites   0 Comments

Color spaces of #c15fbf

RGB 19395191
HSL0.840.440.56
HSV301°51°76°
CMYK 0.000.510.01   0.24
XYZ35.488523.283551.9139
Yxy23.28350.32060.2104
Hunter Lab48.253046.8382-30.0112
CIE-Lab55.363252.4421-33.2045

#c15fbf color RGB value is (193,95,191).

#c15fbf hex color red value is 193, green value is 95 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c15fbf hue: 0.84 , saturation: 0.44 and the lightness value of c15fbf is 0.56.

The process color (four color CMYK) of #c15fbf color hex is 0.00, 0.51, 0.01, 0.24. Web safe color of #c15fbf is #cc66cc. Color #c15fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011111 10111111
Octal 301 137 277
Decimal 193 95 191
Hex C1 5F BF

RGB Percentages of Color #c15fbf

%40.29
%19.83
%39.87

CMYK Percentages of Color #c15fbf

%0
%51
%1
%24

Triadic Colors of #c15fbf

#c15fbf #bfc15f #5fbfc1

Analogous Colors of #c15fbf

#c15fbf #c15f8e #925fc1

Monochromatic Colors of #c15fbf

#c15fbf

Complementary Color

#c15fbf #5fc161

#c15fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15fbf Color CSS Codes

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

#c15fbf Text Font Color

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

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


#c15fbf Background Color

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

This div background color is #c15fbf


#c15fbf Border Color

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

This div border color is #c15fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15fbf


Comments

No comments written yet.

Please login to write comment.