Color Hex Logo

#c15cdb Color Hex

#C15CDB
(193,92,219)
0 Favorites   0 Comments

Color spaces of #c15cdb

RGB 19392219
HSL0.800.640.61
HSV288°58°86°
CMYK 0.120.580.00   0.14
XYZ38.605624.106269.6361
Yxy24.10620.29170.1821
Hunter Lab49.098154.4322-49.7227
CIE-Lab56.194059.1080-47.8420

#c15cdb color RGB value is (193,92,219).

#c15cdb hex color red value is 193, green value is 92 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c15cdb hue: 0.80 , saturation: 0.64 and the lightness value of c15cdb is 0.61.

The process color (four color CMYK) of #c15cdb color hex is 0.12, 0.58, 0.00, 0.14. Web safe color of #c15cdb is #cc66cc. Color #c15cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011100 11011011
Octal 301 134 333
Decimal 193 92 219
Hex C1 5C DB

RGB Percentages of Color #c15cdb

%38.29
%18.25
%43.45

CMYK Percentages of Color #c15cdb

%12
%58
%0
%14

Triadic Colors of #c15cdb

#c15cdb #dbc15c #5cdbc1

Analogous Colors of #c15cdb

#c15cdb #db5cb6 #825cdb

Monochromatic Colors of #c15cdb

#c15cdb

Complementary Color

#c15cdb #76db5c

#c15cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15cdb Color CSS Codes

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

#c15cdb Text Font Color

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

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


#c15cdb Background Color

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

This div background color is #c15cdb


#c15cdb Border Color

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

This div border color is #c15cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15cdb


Comments

No comments written yet.

Please login to write comment.