Color Hex Logo

#c15bbf Color Hex

#C15BBF
(193,91,191)
0 Favorites   0 Comments

Color spaces of #c15bbf

RGB 19391191
HSL0.840.450.56
HSV301°53°76°
CMYK 0.000.530.01   0.24
XYZ35.137422.581251.7969
Yxy22.58120.32080.2062
Hunter Lab47.519748.8285-31.3629
CIE-Lab54.638354.3752-34.3368

#c15bbf color RGB value is (193,91,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011011 10111111
Octal 301 133 277
Decimal 193 91 191
Hex C1 5B BF

RGB Percentages of Color #c15bbf

%40.63
%19.16
%40.21

CMYK Percentages of Color #c15bbf

%0
%53
%1
%24

Triadic Colors of #c15bbf

#c15bbf #bfc15b #5bbfc1

Analogous Colors of #c15bbf

#c15bbf #c15b8c #905bc1

Monochromatic Colors of #c15bbf

#c15bbf

Complementary Color

#c15bbf #5bc15d

#c15bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15bbf Color CSS Codes

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

#c15bbf Text Font Color

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

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


#c15bbf Background Color

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

This div background color is #c15bbf


#c15bbf Border Color

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

This div border color is #c15bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15bbf


Comments

No comments written yet.

Please login to write comment.