Color Hex Logo

#c15bdf Color Hex

#C15BDF
(193,91,223)
0 Favorites   0 Comments

Color spaces of #c15bdf

RGB 19391223
HSL0.800.670.62
HSV286°59°87°
CMYK 0.130.590.00   0.13
XYZ39.052724.147372.4146
Yxy24.14730.28800.1781
Hunter Lab49.139955.8636-52.9743
CIE-Lab56.235060.3552-50.0333

#c15bdf color RGB value is (193,91,223).

#c15bdf hex color red value is 193, green value is 91 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c15bdf hue: 0.80 , saturation: 0.67 and the lightness value of c15bdf is 0.62.

The process color (four color CMYK) of #c15bdf color hex is 0.13, 0.59, 0.00, 0.13. Web safe color of #c15bdf is #cc66cc. Color #c15bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011011 11011111
Octal 301 133 337
Decimal 193 91 223
Hex C1 5B DF

RGB Percentages of Color #c15bdf

%38.07
%17.95
%43.98

CMYK Percentages of Color #c15bdf

%13
%59
%0
%13

Triadic Colors of #c15bdf

#c15bdf #dfc15b #5bdfc1

Analogous Colors of #c15bdf

#c15bdf #df5bbb #7f5bdf

Monochromatic Colors of #c15bdf

#c15bdf

Complementary Color

#c15bdf #79df5b

#c15bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15bdf Color CSS Codes

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

#c15bdf Text Font Color

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

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


#c15bdf Background Color

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

This div background color is #c15bdf


#c15bdf Border Color

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

This div border color is #c15bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15bdf


Comments

No comments written yet.

Please login to write comment.