Color Hex Logo

#c15db1 Color Hex

#C15DB1
(193,93,177)
0 Favorites   0 Comments

Color spaces of #c15db1

RGB 19393177
HSL0.860.450.56
HSV310°52°76°
CMYK 0.000.520.08   0.24
XYZ33.842522.340544.1234
Yxy22.34050.33740.2227
Hunter Lab47.265745.0918-22.2622
CIE-Lab54.386450.9974-26.6456

#c15db1 color RGB value is (193,93,177).

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

The process color (four color CMYK) of #c15db1 color hex is 0.00, 0.52, 0.08, 0.24. Web safe color of #c15db1 is #cc6699. Color #c15db1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011101 10110001
Octal 301 135 261
Decimal 193 93 177
Hex C1 5D B1

RGB Percentages of Color #c15db1

%41.68
%20.09
%38.23

CMYK Percentages of Color #c15db1

%0
%52
%8
%24

Triadic Colors of #c15db1

#c15db1 #b1c15d #5db1c1

Analogous Colors of #c15db1

#c15db1 #c15d7f #9f5dc1

Monochromatic Colors of #c15db1

#c15db1

Complementary Color

#c15db1 #5dc16d

#c15db1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15db1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15db1 Color CSS Codes

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

#c15db1 Text Font Color

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

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


#c15db1 Background Color

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

This div background color is #c15db1


#c15db1 Border Color

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

This div border color is #c15db1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15db1


Comments

No comments written yet.

Please login to write comment.