Color Hex Logo

#c15cbb Color Hex

#C15CBB
(193,92,187)
0 Favorites   0 Comments

Color spaces of #c15cbb

RGB 19392187
HSL0.840.450.56
HSV304°52°76°
CMYK 0.000.520.03   0.24
XYZ34.789122.579649.5384
Yxy22.57960.32540.2112
Hunter Lab47.518047.5278-28.5483
CIE-Lab54.636653.1927-32.0366

#c15cbb color RGB value is (193,92,187).

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

The process color (four color CMYK) of #c15cbb color hex is 0.00, 0.52, 0.03, 0.24. Web safe color of #c15cbb is #cc66cc. Color #c15cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011100 10111011
Octal 301 134 273
Decimal 193 92 187
Hex C1 5C BB

RGB Percentages of Color #c15cbb

%40.89
%19.49
%39.62

CMYK Percentages of Color #c15cbb

%0
%52
%3
%24

Triadic Colors of #c15cbb

#c15cbb #bbc15c #5cbbc1

Analogous Colors of #c15cbb

#c15cbb #c15c89 #955cc1

Monochromatic Colors of #c15cbb

#c15cbb

Complementary Color

#c15cbb #5cc162

#c15cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15cbb Color CSS Codes

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

#c15cbb Text Font Color

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

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


#c15cbb Background Color

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

This div background color is #c15cbb


#c15cbb Border Color

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

This div border color is #c15cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15cbb


Comments

No comments written yet.

Please login to write comment.