Color Hex Logo

#c15def Color Hex

#C15DEF
(193,93,239)
0 Favorites   0 Comments

Color spaces of #c15def

RGB 19393239
HSL0.780.820.65
HSV281°61°94°
CMYK 0.190.610.00   0.06
XYZ41.486725.398284.3771
Yxy25.39820.27430.1679
Hunter Lab50.396658.7478-63.9893
CIE-Lab57.461462.6364-57.0463

#c15def color RGB value is (193,93,239).

#c15def hex color red value is 193, green value is 93 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c15def hue: 0.78 , saturation: 0.82 and the lightness value of c15def is 0.65.

The process color (four color CMYK) of #c15def color hex is 0.19, 0.61, 0.00, 0.06. Web safe color of #c15def is #cc66ff. Color #c15def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011101 11101111
Octal 301 135 357
Decimal 193 93 239
Hex C1 5D EF

RGB Percentages of Color #c15def

%36.76
%17.71
%45.52

CMYK Percentages of Color #c15def

%19
%61
%0
%6

Triadic Colors of #c15def

#c15def #efc15d #5defc1

Analogous Colors of #c15def

#c15def #ef5dd4 #785def

Monochromatic Colors of #c15def

#c15def

Complementary Color

#c15def #8bef5d

#c15def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c15def Color Preview on White Background

Lorem ipsum dolor sit amet.

#c15def Color CSS Codes

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

#c15def Text Font Color

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

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


#c15def Background Color

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

This div background color is #c15def


#c15def Border Color

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

This div border color is #c15def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c15def


Comments

No comments written yet.

Please login to write comment.